mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
inteno-netmodes: stop omcproxy in repeater mode
This commit is contained in:
parent
8a7ebb7354
commit
16a037f596
1 changed files with 3 additions and 0 deletions
|
|
@ -226,6 +226,9 @@ switch_netmode() {
|
|||
routed*)
|
||||
ubus call uci commit '{"config":"network"}'
|
||||
;;
|
||||
repeater*)
|
||||
[ -f /etc/init.d/omcproxy ] && /etc/init.d/omcproxy stop
|
||||
;;
|
||||
esac
|
||||
else
|
||||
reboot &
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue