inteno-netmodes: stop omcproxy in repeater mode

This commit is contained in:
Sukru Senli 2017-09-05 09:36:50 +02:00
parent 8a7ebb7354
commit 16a037f596

View file

@ -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 &