You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh
|
|
#
|
|
# Copyright (C) 2018 devolo AG
|
|
#
|
|
|
|
uci set wireless.guest_wifi='guest_wifi'
|
|
uci set wireless.guest_wifi.auto_switch_off='0'
|
|
uci set wireless.guest_wifi.interval='00:30'
|
|
exit 0
|