diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-14 10:14:46 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-14 10:14:46 +0000 |
commit | 3f8193c268feae49887a44026db7ebcac44fe081 (patch) | |
tree | a508f1b6232122446c8335c393348bad6db68400 /target | |
parent | ccd6b5b27f2bb9f9fc50d5efb1ade3f6ca82e206 (diff) |
nuke the old sibyte network setup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15838 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |