Set ixp4xx network config to static 192.168.1.1
authorrwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 16 Jul 2007 04:35:09 +0000 (04:35 +0000)
committerrwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 16 Jul 2007 04:35:09 +0000 (04:35 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7995 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ixp4xx-2.6/base-files/default/etc/config/network [new file with mode: 0644]

diff --git a/target/linux/ixp4xx-2.6/base-files/default/etc/config/network b/target/linux/ixp4xx-2.6/base-files/default/etc/config/network
new file mode 100644 (file)
index 0000000..1d5ded3
--- /dev/null
@@ -0,0 +1,13 @@
+# Copyright (C) 2006 OpenWrt.org
+
+config interface loopback
+       option ifname   lo
+       option proto    static
+       option ipaddr   127.0.0.1
+       option netmask  255.0.0.0
+
+config interface lan
+       option ifname   eth0
+       option proto    static
+       option ipaddr   192.168.1.1
+       option netmask  255.255.255.0