aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/sibyte
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-05-14 10:14:46 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-05-14 10:14:46 +0000
commit464f00453a75b3b6d0b786d985f6a67b1e44267b (patch)
treea508f1b6232122446c8335c393348bad6db68400 /target/linux/sibyte
parentc3b79909260137c9b84202b98f271bbeb8f0f7f1 (diff)
downloadmaster-187ad058-464f00453a75b3b6d0b786d985f6a67b1e44267b.tar.gz
master-187ad058-464f00453a75b3b6d0b786d985f6a67b1e44267b.tar.bz2
master-187ad058-464f00453a75b3b6d0b786d985f6a67b1e44267b.zip
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')
-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 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