mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-21 03:55:06 +00:00
/sbin/wifi: reload network/wireless on wifi restart
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39036
This commit is contained in:
parent
3f744a4ad3
commit
b656a56225
@ -232,5 +232,5 @@ case "$1" in
|
||||
reload) wifi_reload "$2";;
|
||||
reload_legacy) wifi_reload_legacy "$2";;
|
||||
--help|help) usage;;
|
||||
*) wifi_updown "enable" "$2";;
|
||||
*) ubus call network reload; wifi_updown "enable" "$2";;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user