summaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood/base-files-Dockstar/etc/config/network
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-05-29 16:39:15 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-05-29 16:39:15 +0000
commit3a3aa7378b980fcd2ef7c1284d52ec4fe510aacb (patch)
treee21efa23691a02af6c1aebf8f216ddb55cdc373c /target/linux/kirkwood/base-files-Dockstar/etc/config/network
parent436c9f6d34c31e0173a60953858fe42b238822e4 (diff)
kirkwood: use uci-defaults to configure different boards
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31990 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/kirkwood/base-files-Dockstar/etc/config/network')
-rw-r--r--target/linux/kirkwood/base-files-Dockstar/etc/config/network9
1 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/kirkwood/base-files-Dockstar/etc/config/network b/target/linux/kirkwood/base-files-Dockstar/etc/config/network
deleted file mode 100644
index 9fd44f128..000000000
--- a/target/linux/kirkwood/base-files-Dockstar/etc/config/network
+++ /dev/null
@@ -1,9 +0,0 @@
-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' 'eth0'
- option 'proto' 'dhcp'