diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-07-31 02:30:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-07-31 02:30:35 +0000 |
commit | 5c9d52f04ccc1d4147df041221bf4b59c87d72a4 (patch) | |
tree | 4758ed0d78c6a408f50d03e64853bd47e7d1f21f | |
parent | fbc77ede0a7f61fef8d5d227d2ee288dd83a5e6b (diff) | |
download | upstream-5c9d52f04ccc1d4147df041221bf4b59c87d72a4.tar.gz upstream-5c9d52f04ccc1d4147df041221bf4b59c87d72a4.tar.bz2 upstream-5c9d52f04ccc1d4147df041221bf4b59c87d72a4.zip |
remove unnecessary ixp4xx network config override
SVN-Revision: 12033
-rw-r--r-- | target/linux/ixp4xx/base-files/etc/config/network | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/ixp4xx/base-files/etc/config/network b/target/linux/ixp4xx/base-files/etc/config/network deleted file mode 100644 index 1d5ded3728..0000000000 --- a/target/linux/ixp4xx/base-files/etc/config/network +++ /dev/null @@ -1,13 +0,0 @@ -# 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 |