summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-16 03:30:02 +0000
committerrwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-16 03:30:02 +0000
commiteeb8ee7c488df1502d7ef1f0e213357f5ea6e4e5 (patch)
tree3421460e35e0b02ffb26faf7a0b4f12b868eaa54
parente5b08070f55ad1c31b58d0d82a29b0acdb84ef0a (diff)
ixp4xx-2.6: Removed the network config override file, cause we agreed that ixp4xx images should behave like all other openwrt images. So ixp4xx images are static 192.168.1.1 on lan now instead of dhcp.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7991 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/ixp4xx-2.6/base-files/default/etc/config/network11
1 files changed, 0 insertions, 11 deletions
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
deleted file mode 100644
index 1d9b55b2d..000000000
--- a/target/linux/ixp4xx-2.6/base-files/default/etc/config/network
+++ /dev/null
@@ -1,11 +0,0 @@
-# Network configuration file
-
-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 dhcp