Files
wlan-ap/feeds/ucentral/ucentral-defaults/files/etc/uci-defaults/99-ucentral-wifi
John Crispin 256c322f85 ucentral: development update
* update base 21.02 revision
* update v5.10 support
* fix captive portal
* cleanup ucentral-* packages
* update ucentral-* packages
* cleanup profiles
* fix worflow

Signed-off-by: John Crispin <john@phrozen.org>
2021-04-07 11:48:28 +02:00

11 lines
137 B
Bash
Executable File

#!/bin/sh
. /lib/functions.sh
iface_del() {
uci delete wireless.$1
}
config_load wireless
config_foreach iface_del wifi-iface