diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-29 16:39:15 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-29 16:39:15 +0000 |
commit | ba3ad2451426b5a9db9294ed8ebedc7757c2c6e0 (patch) | |
tree | b05a4c827c6326d9240c1a8888f18c49c00aff5f /target/linux/kirkwood/base-files-Dockstar/etc/config/system | |
parent | c71838faa1dc9ade9918abbc61b587ff35880a53 (diff) | |
download | mtk-20170518-ba3ad2451426b5a9db9294ed8ebedc7757c2c6e0.zip mtk-20170518-ba3ad2451426b5a9db9294ed8ebedc7757c2c6e0.tar.gz mtk-20170518-ba3ad2451426b5a9db9294ed8ebedc7757c2c6e0.tar.bz2 |
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/etc/config/system')
-rw-r--r-- | target/linux/kirkwood/base-files-Dockstar/etc/config/system | 21 |
1 files changed, 0 insertions, 21 deletions
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 81ac978..0000000 --- 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' |