diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-29 16:39:15 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-29 16:39:15 +0000 |
commit | 3a3aa7378b980fcd2ef7c1284d52ec4fe510aacb (patch) | |
tree | e21efa23691a02af6c1aebf8f216ddb55cdc373c /target/linux/kirkwood/base-files-Dockstar/etc | |
parent | 436c9f6d34c31e0173a60953858fe42b238822e4 (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')
-rw-r--r-- | target/linux/kirkwood/base-files-Dockstar/etc/config/network | 9 | ||||
-rw-r--r-- | target/linux/kirkwood/base-files-Dockstar/etc/config/system | 21 |
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 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' 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 81ac97839..000000000 --- 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' |