NIU:
[project/luci.git] / modules / niu / root / etc / uci-defaults / luci-niu-firstrun
1 #!/bin/sh
2 # Disable some services by default
3
4 uci get luci.main._niuinit && exit 0
5 uci set qos.wan.enabled=0
6 uci set upnpd.config.external_iface=none
7 uci set luci.main._niuinit=1