mirror of https://github.com/hak5/openwrt.git
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'
|