From ab8bdce1c2844aecbde13e864e045c059b0739b8 Mon Sep 17 00:00:00 2001 From: ntlf9t <31321865+ntlf9t@users.noreply.github.com> Date: Sun, 12 Dec 2021 01:25:54 +0800 Subject: [PATCH] Update easymesh (#8416) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复丢失的lan配置 --- package/lean/luci-app-easymesh/root/etc/init.d/easymesh | 1 + 1 file changed, 1 insertion(+) diff --git a/package/lean/luci-app-easymesh/root/etc/init.d/easymesh b/package/lean/luci-app-easymesh/root/etc/init.d/easymesh index 67f9ca791..1f2e66a2d 100755 --- a/package/lean/luci-app-easymesh/root/etc/init.d/easymesh +++ b/package/lean/luci-app-easymesh/root/etc/init.d/easymesh @@ -5,6 +5,7 @@ STOP=10 enable=$(uci get easymesh.config.enabled 2>/dev/null) mesh_bat0=$(uci get network.bat0 2>/dev/null) ap_mode=$(uci get easymesh.config.ap_mode 2>/dev/null) +lan=$(uci get network.lan.ifname 2>/dev/null) ipaddr=$(uci get easymesh.config.ipaddr 2>/dev/null) netmask=$(uci get easymesh.config.netmask 2>/dev/null) gateway=$(uci get easymesh.config.gateway 2>/dev/null)