pkgs/ap: fix uciDeleteAll param to reset wifi-ifaces

This commit is contained in:
Astro 2022-01-18 22:19:49 +01:00
parent 6a8feb82db
commit b7ebd3ccdf
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ in ''
# System configuration
${uciDeleteAll "network.@switch_vlan"}
${uciDeleteAll "wireless.@wifi"}
${uciDeleteAll "wireless.@wifi-iface"}
uci set system.@system[0].hostname=${hostName}
uci set dhcp.@dnsmasq[0].enabled=0