summaryrefslogtreecommitdiffstats
path: root/target/linux/octeon/base-files
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-02-04 15:23:05 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-02-04 15:23:05 +0000
commite7dee4ea8720277cb805919e0fbe54e1ae8c81a2 (patch)
tree0a5dc6caf23969ce0ad3ccabee688af284267ed7 /target/linux/octeon/base-files
parentda44b916cfacd00e41f1ad2d078a105ae45331d9 (diff)
downloadmaster-31e0f0ae-e7dee4ea8720277cb805919e0fbe54e1ae8c81a2.tar.gz
master-31e0f0ae-e7dee4ea8720277cb805919e0fbe54e1ae8c81a2.tar.bz2
master-31e0f0ae-e7dee4ea8720277cb805919e0fbe54e1ae8c81a2.zip
octeon: R.I.P.
It is broken since ~8 months and nobody takes care of that. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35486
Diffstat (limited to 'target/linux/octeon/base-files')
-rw-r--r--target/linux/octeon/base-files/etc/config/network18
1 files changed, 0 insertions, 18 deletions
diff --git a/target/linux/octeon/base-files/etc/config/network b/target/linux/octeon/base-files/etc/config/network
deleted file mode 100644
index 44c57940e2..0000000000
--- a/target/linux/octeon/base-files/etc/config/network
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright (C) 2009 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