summaryrefslogtreecommitdiffstats
path: root/target/linux/sibyte/base-files
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-14 10:14:46 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-14 10:14:46 +0000
commit3f8193c268feae49887a44026db7ebcac44fe081 (patch)
treea508f1b6232122446c8335c393348bad6db68400 /target/linux/sibyte/base-files
parentccd6b5b27f2bb9f9fc50d5efb1ade3f6ca82e206 (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/linux/sibyte/base-files')
-rw-r--r--target/linux/sibyte/base-files/etc/config/network14
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 9b65652f0..000000000
--- 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