add default /etc/config/network
authorFelix Fietkau <nbd@openwrt.org>
Wed, 30 Aug 2006 04:08:35 +0000 (04:08 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 30 Aug 2006 04:08:35 +0000 (04:08 +0000)
SVN-Revision: 4706

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

diff --git a/openwrt/package/base-files/default/etc/config/network b/openwrt/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