You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
426 B
18 lines
426 B
# 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'
|
|
|