diff --git a/root/etc/init.d/easymesh b/root/etc/init.d/easymesh index 047efd5..0de6da8 100755 --- a/root/etc/init.d/easymesh +++ b/root/etc/init.d/easymesh @@ -279,6 +279,8 @@ set_easymesh() { uci del network.lan.ipaddr uci del network.lan.netmask uci set network.lan.proto='dhcp' + #uci set dhcp.lan.dynamicdhcp='0' + #uci set dhcp.lan.ignore='1' uci set system.@system[0].hostname=$gateway uci set network.lan.hostname="`uci get system.@system[0].hostname`"