mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
* 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>
11 lines
137 B
Bash
Executable File
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
|