-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
117 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
openwrt-imagebuilder-* | ||
release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
#!/bin/sh | ||
|
||
# 2.4G | ||
uci -q batch << EOF | ||
set wireless.radio1.disabled='0' | ||
set wireless.radio1.channel='11' | ||
set wireless.default_radio1.ssid='OpenWrt' | ||
set wireless.default_radio1.encryption='psk2' | ||
set wireless.default_radio1.key='hypermodem' | ||
set wireless.default_radio1.network='mesh' | ||
set wireless.mesh=wifi-iface | ||
set wireless.mesh.device='radio1' | ||
set wireless.mesh.mode='mesh' | ||
set wireless.mesh.network='mesh' | ||
set wireless.mesh.encryption='none' | ||
set wireless.mesh.mesh_id='meshnet' | ||
set wireless.mesh.mesh_fwding='0' | ||
set wireless.mesh.mesh_rssi_threshold='0' | ||
EOF | ||
|
||
# 5G | ||
uci -q batch << EOF | ||
set wireless.radio0.disabled='0' | ||
set wireless.radio0.channel='36' | ||
set wireless.default_radio0.ssid='OpenWrt' | ||
set wireless.default_radio0.encryption='psk2' | ||
set wireless.default_radio0.key='hypermodem' | ||
set wireless.default_radio0.network='mesh' | ||
set wireless.mesh5=wifi-iface | ||
set wireless.mesh5.device='radio0' | ||
set wireless.mesh5.mode='mesh' | ||
set wireless.mesh5.network='mesh' | ||
set wireless.mesh5.encryption='none' | ||
set wireless.mesh5.mesh_id='meshnet' | ||
set wireless.mesh5.mesh_fwding='0' | ||
set wireless.mesh5.mesh_rssi_threshold='0' | ||
EOF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/sh | ||
|
||
uci -q batch << EOF | ||
set system.@system[0].hostname='HyperModem' | ||
EOF | ||
|
||
# Create an isolated network for Yggdrasil peerings only | ||
uci -q batch << EOF | ||
set network.mesh=interface | ||
set network.mesh.proto='none' | ||
EOF |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/sh | ||
|
||
uci -q batch << EOF | ||
set system.@system[0].hostname='HyperModem' | ||
EOF | ||
|
||
# Create an isolated network for Yggdrasil peerings only | ||
uci -q batch << EOF | ||
set network.mesh=interface | ||
set network.mesh.proto='none' | ||
EOF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/bin/sh | ||
|
||
uci -q batch << EOF | ||
set network.lan.proto='dhcp' | ||
set dhcp.lan.ignore='1' | ||
EOF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/sh | ||
|
||
uci -q batch << EOF | ||
set system.@system[0].hostname='HyperModem' | ||
EOF | ||
|
||
# Create an isolated network for Yggdrasil peerings only | ||
uci -q batch << EOF | ||
set network.mesh=interface | ||
set network.mesh.proto='none' | ||
EOF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#!/bin/bash | ||
TARGET=ath79 SUBTARGET=generic PROFILE=tplink_archer-c7-v2 ./build.sh | ||
TARGET=ath79 SUBTARGET=generic PROFILE=tplink_archer-c7-v4 ./build.sh | ||
TARGET=ath79 SUBTARGET=generic PROFILE=tplink_archer-c7-v5 ./build.sh | ||
TARGET=ath79 SUBTARGET=generic PROFILE=tplink_tl-wr1043n-v5 ./build.sh | ||
TARGET=ath79 SUBTARGET=generic PROFILE=tplink_tl-wr1043nd-v4 ./build.sh | ||
TARGET=bcm27xx SUBTARGET=bcm2708 PROFILE=rpi FILES="../files/rpi" ./build.sh | ||
TARGET=bcm27xx SUBTARGET=bcm2709 PROFILE=rpi-2 FILES="../files/rpi" ./build.sh | ||
TARGET=bcm27xx SUBTARGET=bcm2710 PROFILE=rpi-3 FILES="../files/rpi" ./build.sh | ||
TARGET=bcm27xx SUBTARGET=bcm2711 PROFILE=rpi-4 FILES="../files/rpi" ./build.sh | ||
TARGET=sunxi SUBTARGET=cortexa7 PROFILE=xunlong_orangepi-pc FILES="../files/rpi" ./build.sh | ||
TARGET=sunxi SUBTARGET=cortexa7 PROFILE=xunlong_orangepi-zero FILES="../files/rpi" ./build.sh | ||
TARGET=ramips SUBTARGET=mt7620 PROFILE=asus_rt-ac51u FILES="../files/asus_rt-ac51u" ./build.sh | ||
TARGET=ramips SUBTARGET=mt7621 PROFILE=asus_rt-ac57u ./build.sh | ||
TARGET=x86 SUBTARGET=64 PROFILE=generic ./build.sh | ||
|
||
[ -d ./release ] || mkdir ./release | ||
|
||
for ib_dir in openwrt-imagebuilder-*.Linux-x86_64; do | ||
cp -r $ib_dir/bin/targets ./release | ||
done |