blob: 4de2b9f0bd726b66e3eb1297f0efc99befe75c3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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'
|