diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-04 15:23:05 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-04 15:23:05 +0000 |
commit | e7dee4ea8720277cb805919e0fbe54e1ae8c81a2 (patch) | |
tree | 0a5dc6caf23969ce0ad3ccabee688af284267ed7 /target/linux/octeon/base-files | |
parent | da44b916cfacd00e41f1ad2d078a105ae45331d9 (diff) | |
download | upstream-e7dee4ea8720277cb805919e0fbe54e1ae8c81a2.tar.gz upstream-e7dee4ea8720277cb805919e0fbe54e1ae8c81a2.tar.bz2 upstream-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/network | 18 |
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 |