From 2176dae3a0a648805f7de447e4af7ead8b7655dd Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 16 Nov 2009 16:58:48 +0000 Subject: NIU: +PortFw +QoS Reorganize Network --- modules/niu/root/etc/uci-defaults/luci-niu-firstrun | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 modules/niu/root/etc/uci-defaults/luci-niu-firstrun (limited to 'modules/niu/root/etc/uci-defaults/luci-niu-firstrun') diff --git a/modules/niu/root/etc/uci-defaults/luci-niu-firstrun b/modules/niu/root/etc/uci-defaults/luci-niu-firstrun new file mode 100644 index 000000000..3462a38ee --- /dev/null +++ b/modules/niu/root/etc/uci-defaults/luci-niu-firstrun @@ -0,0 +1,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 \ No newline at end of file -- cgit v1.2.3