From 2fc61b70520fd8b9321396f193abf3744ee190be Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 1 Oct 2023 02:56:39 +0000 Subject: [PATCH] Update 'root/etc/init.d/easymesh' --- root/etc/init.d/easymesh | 2 ++ 1 file changed, 2 insertions(+) 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`"