summaryrefslogtreecommitdiffstats
path: root/openwrt/package/base-files/default/etc/config
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-21 14:02:53 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-21 14:02:53 +0000
commit629b5c0767c8557ab688582bb6bd86c448f8c243 (patch)
tree57b8983b840371a9290d4ead137ab9ea8f457c5f /openwrt/package/base-files/default/etc/config
parentaf1defb8112803209042a689abfe38beaf1a4554 (diff)
add config file /etc/config/network, add board-specific network.overrides (instead of nvram.overrides)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1519 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/base-files/default/etc/config')
-rw-r--r--openwrt/package/base-files/default/etc/config/network9
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/base-files/default/etc/config/network b/openwrt/package/base-files/default/etc/config/network
new file mode 100644
index 000000000..049460160
--- /dev/null
+++ b/openwrt/package/base-files/default/etc/config/network
@@ -0,0 +1,9 @@
+# Network configuration file
+
+# Uncomment the following statements to override the default or nvram config
+# lan_ifame="br0"
+# lan_proto="static"
+# lan_ipaddr="192.168.1.1"
+# lan_netmask="255.255.255.0"
+# lan_gateway=""
+# lan_dns=""