be49daffc8
SVN-Revision: 28933
22 lines
546 B
Plaintext
22 lines
546 B
Plaintext
# system file for Dockstar
|
|
config system
|
|
option 'hostname' 'OpenWrt'
|
|
option 'timezone' 'UTC'
|
|
|
|
config timeserver ntp
|
|
list server 0.openwrt.pool.ntp.org
|
|
list server 1.openwrt.pool.ntp.org
|
|
list server 2.openwrt.pool.ntp.org
|
|
list server 3.openwrt.pool.ntp.org
|
|
|
|
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'
|