summaryrefslogtreecommitdiffhomepage
path: root/modules/niu/root/etc/uci-defaults/luci-niu-firstrun
blob: 3462a38eec7cd5ae0e00fcb0d22f7aaacc820ec1 (plain)
1
2
3
4
5
6
7
#!/bin/sh
# Disable some services by default

uci get luci.main._niuinit && exit 0
uci set qos.wan.enabled=0
uci set upnpd.config.external_iface=none
uci set luci.main._niuinit=1