summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-08-30 04:08:35 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-08-30 04:08:35 +0000
commitfa7705c9b1241da8255eadb77baf6dd51e4dc0d0 (patch)
treec19a308d8e3ce32621a2e506099c3ffcebd927cb
parent851992b9b22feb50402b65432cf281b368924d61 (diff)
add default /etc/config/network
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4706 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/base-files/default/etc/config/network5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/base-files/default/etc/config/network b/package/base-files/default/etc/config/network
new file mode 100644
index 000000000..60c2da12c
--- /dev/null
+++ b/package/base-files/default/etc/config/network
@@ -0,0 +1,5 @@
+config interface lan
+ option ifname eth0
+ option proto static
+ option ipaddr 192.168.1.1
+ option netmask 255.255.255.0