mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 01:52:51 +00:00
mac80211: fix typo that caused device entry duplication
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
. /lib/functions.sh
|
. /lib/functions.sh
|
||||||
|
|
||||||
iface_del() {
|
iface_del() {
|
||||||
ucii -p /etc/config-shadow/ delete wireless.$1
|
uci -p /etc/config-shadow/ delete wireless.$1
|
||||||
}
|
}
|
||||||
|
|
||||||
[ "${ACTION}" = "add" ] && {
|
[ "${ACTION}" = "add" ] && {
|
||||||
|
|||||||
Reference in New Issue
Block a user