add default /etc/config/network
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 30 Aug 2006 04:08:35 +0000 (04:08 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 30 Aug 2006 04:08:35 +0000 (04:08 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4706 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/base-files/default/etc/config/network [new file with mode: 0644]

diff --git a/package/base-files/default/etc/config/network b/package/base-files/default/etc/config/network
new file mode 100644 (file)
index 0000000..60c2da1
--- /dev/null
@@ -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