|
|
@ -202,6 +202,8 @@ set_easymesh() {
|
|
|
|
|
|
|
|
|
|
|
|
echo "" > /etc/easymesh
|
|
|
|
echo "" > /etc/easymesh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
batctl bonding enable
|
|
|
|
|
|
|
|
|
|
|
|
uci set dhcp.lan.ignore='1' # ignore interface for serving DHCP
|
|
|
|
uci set dhcp.lan.ignore='1' # ignore interface for serving DHCP
|
|
|
|
uci -q delete dhcp.lan.ra
|
|
|
|
uci -q delete dhcp.lan.ra
|
|
|
|
uci -q delete dhcp.lan.dhcpv6
|
|
|
|
uci -q delete dhcp.lan.dhcpv6
|
|
|
@ -217,8 +219,7 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
else
|
|
|
|
ap_mode_stop
|
|
|
|
ap_mode_stop
|
|
|
|
fi
|
|
|
|
|
|
|
|
else
|
|
|
|
|
|
|
|
if [ "$mesh_bat0" = "interface" ]; then
|
|
|
|
if [ "$mesh_bat0" = "interface" ]; then
|
|
|
|
uci -q delete network.bat0
|
|
|
|
uci -q delete network.bat0
|
|
|
|
if [ "$brlan" = "br-lan" ]; then
|
|
|
|
if [ "$brlan" = "br-lan" ]; then
|
|
|
|