1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-13 00:48:04 +03:00
openwrt-xburst/target/linux/kirkwood/base-files-Dockstar/etc/config/system
jow 4f5179175e [kirkwood] fix Dockstart default rdate interface in system config, reformat
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22975 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-07 21:26:12 +00:00

19 lines
426 B
Plaintext

# system file for Dockstar
config system
option 'hostname' 'OpenWrt'
option 'timezone' 'UTC'
config rdate
option 'interface' 'lan'
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'