From 9c3b1bea4566ccdf575772d297372aca6e769a5d Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 5 Nov 2023 14:39:13 +0000 Subject: [PATCH] Update 'root/etc/init.d/easymesh' --- root/etc/init.d/easymesh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/root/etc/init.d/easymesh b/root/etc/init.d/easymesh index 0096c25..6fffaa3 100755 --- a/root/etc/init.d/easymesh +++ b/root/etc/init.d/easymesh @@ -309,15 +309,18 @@ uci set wireless.default_$apall.network='lan' # Make sure the Wi-Fi is part of t # Commit all changes uci commit network +uci commit system # In case of separate wireless config, commit that too uci commit wireless # Restart the network to apply changes /etc/init.d/network restart +/etc/init.d/system reload # restart wifi wifi reload +wifi up # Removing firewall configuration mv /etc/config/firewall /etc/config/firewall.unused