mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-09 08:15:21 +02:00
2d624f25b5
Thanks to Gerrit Visser git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22838 3c298f89-4303-0410-b956-a3cf2f4a3e73
17 lines
420 B
Plaintext
17 lines
420 B
Plaintext
# system file for Dockstar
|
|
config system
|
|
option hostname OpenWrt
|
|
option timezone UTC
|
|
|
|
config rdate
|
|
option interface eth0
|
|
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'
|