diff options
author | John Crispin <john@openwrt.org> | 2014-06-19 14:13:20 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-19 14:13:20 +0000 |
commit | e6e024f155f1a9348418ae6e80f4166c4b281d10 (patch) | |
tree | 03d6c2ea92c293fd59b91ff105628c95367e5b10 /target/linux/octeon/base-files/etc/config | |
parent | f98b58fcec74f7c7c87ab24a8e1d423458e405dd (diff) | |
download | upstream-e6e024f155f1a9348418ae6e80f4166c4b281d10.tar.gz upstream-e6e024f155f1a9348418ae6e80f4166c4b281d10.tar.bz2 upstream-e6e024f155f1a9348418ae6e80f4166c4b281d10.zip |
octeon: add basic board detection
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41274
Diffstat (limited to 'target/linux/octeon/base-files/etc/config')
-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 |