diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-05-14 10:14:46 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-05-14 10:14:46 +0000 |
commit | cd497acdc44ce9d87e0fe0aa099dd140d36658b3 (patch) | |
tree | 75212a69b6f4ef610846cd92e8e97aaf5009f020 /target | |
parent | 3b397b7f74ae31f69ddad1fa30c2f137a057dfe3 (diff) | |
download | upstream-cd497acdc44ce9d87e0fe0aa099dd140d36658b3.tar.gz upstream-cd497acdc44ce9d87e0fe0aa099dd140d36658b3.tar.bz2 upstream-cd497acdc44ce9d87e0fe0aa099dd140d36658b3.zip |
nuke the old sibyte network setup
SVN-Revision: 15838
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/sibyte/base-files/etc/config/network | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/sibyte/base-files/etc/config/network b/target/linux/sibyte/base-files/etc/config/network deleted file mode 100644 index 9b65652f06..0000000000 --- a/target/linux/sibyte/base-files/etc/config/network +++ /dev/null @@ -1,14 +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 type bridge - option ifname "eth0 ath0" - option proto static - option ipaddr 192.168.1.1 - option netmask 255.255.255.0 |