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 | 412a26cd00a795d468bc6048f8efba53a1cd9ba5 (patch) | |
tree | 53764295f18a77f42a54bf466e7c463cb58d6d4e /target/linux/rdc/base-files/etc/config | |
parent | 8128c624bc745b734beb49d7a369cfeb90344b08 (diff) | |
download | upstream-412a26cd00a795d468bc6048f8efba53a1cd9ba5.tar.gz upstream-412a26cd00a795d468bc6048f8efba53a1cd9ba5.tar.bz2 upstream-412a26cd00a795d468bc6048f8efba53a1cd9ba5.zip |
Remove some configuration files, workarounds are now in the ethernet driver, thanks sn9
SVN-Revision: 13062
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 - |