summaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood/base-files-Dockstar
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-29 16:39:15 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-29 16:39:15 +0000
commitba3ad2451426b5a9db9294ed8ebedc7757c2c6e0 (patch)
treeb05a4c827c6326d9240c1a8888f18c49c00aff5f /target/linux/kirkwood/base-files-Dockstar
parentc71838faa1dc9ade9918abbc61b587ff35880a53 (diff)
downloadmaster-31e0f0ae-ba3ad2451426b5a9db9294ed8ebedc7757c2c6e0.tar.gz
master-31e0f0ae-ba3ad2451426b5a9db9294ed8ebedc7757c2c6e0.tar.bz2
master-31e0f0ae-ba3ad2451426b5a9db9294ed8ebedc7757c2c6e0.zip
kirkwood: use uci-defaults to configure different boards
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31990
Diffstat (limited to 'target/linux/kirkwood/base-files-Dockstar')
-rw-r--r--target/linux/kirkwood/base-files-Dockstar/etc/config/network9
-rw-r--r--target/linux/kirkwood/base-files-Dockstar/etc/config/system21
2 files changed, 0 insertions, 30 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 9fd44f1283..0000000000
--- 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'
diff --git a/target/linux/kirkwood/base-files-Dockstar/etc/config/system b/target/linux/kirkwood/base-files-Dockstar/etc/config/system
deleted file mode 100644
index 81ac978392..0000000000
--- a/target/linux/kirkwood/base-files-Dockstar/etc/config/system
+++ /dev/null
@@ -1,21 +0,0 @@
-# system file for Dockstar
-config system
- option 'hostname' 'OpenWrt'
- option 'timezone' 'UTC'
-
-config timeserver ntp
- list server 0.openwrt.pool.ntp.org
- list server 1.openwrt.pool.ntp.org
- list server 2.openwrt.pool.ntp.org
- list server 3.openwrt.pool.ntp.org
-
-config led
- option 'sysfs' 'dockstar:green:health'
- option 'trigger' 'none'
- option 'default' '1'
-
-config led
- option 'sysfs' 'dockstar:orange:misc'
- option 'trigger' 'netdev'
- option 'mode' 'tx rx'
- option 'dev' 'eth0'