mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 02:53:49 +01:00
Removing wifi channel setting #28
This commit is contained in:
parent
2ff4080ea4
commit
6a546bcca5
@ -79,6 +79,7 @@ $IPKG_INSTROOT/etc/init.d/dhcpcheck enable
|
||||
if [ -z "$IPKG_INSTROOT" ]; then
|
||||
echo "Enabling and configuring wifi device..."
|
||||
uci set wireless.@wifi-device[0].disabled=0
|
||||
uci delete wireless.radio0.channel
|
||||
uci commit wireless; wifi
|
||||
|
||||
echo "Disabling default route and DNS server for lan network interface..."
|
||||
@ -103,6 +104,7 @@ else
|
||||
uci set uhttpd.main.lua_prefix='/d3dapi'
|
||||
|
||||
uci set wireless.@wifi-device[0].disabled=0
|
||||
uci delete wireless.radio0.channel
|
||||
# TODO: add firewall net
|
||||
uci set network.wlan=interface
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user