diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-10-28 18:52:50 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-10-28 18:52:50 +0000 |
commit | c4a090057e3d500b67ccc2288e976a53f7cdd47f (patch) | |
tree | 0cd59819f86b96f872cc923ba07ca95d87c7c614 /target/linux/rdc/base-files/etc/config | |
parent | 3ab58731a8447650da76763f0129f0e54ed5570f (diff) | |
download | upstream-c4a090057e3d500b67ccc2288e976a53f7cdd47f.tar.gz upstream-c4a090057e3d500b67ccc2288e976a53f7cdd47f.tar.bz2 upstream-c4a090057e3d500b67ccc2288e976a53f7cdd47f.zip |
Remove some configuration files, workarounds are now in the ethernet driver, thanks sn9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13062 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/base-files/etc/config')
-rw-r--r-- | target/linux/rdc/base-files/etc/config/network | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/rdc/base-files/etc/config/network b/target/linux/rdc/base-files/etc/config/network deleted file mode 100644 index 4e55afd9b1..0000000000 --- a/target/linux/rdc/base-files/etc/config/network +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright (C) 2008 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 eth1 - option type bridge - option proto static - option ipaddr 192.168.1.1 - option netmask 255.255.255.0 - -config interface wan - option ifname eth0 - option proto dhcp - |