
This enables heartbeat (blinking depending on the load). DIR300: The little triangle/circle led wr741: The sun wr1043: SYS Fonera: Power (only on 2200; seems to be hard-wired on 2100) Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
18 lines
493 B
Text
18 lines
493 B
Text
config 'system'
|
|
option 'hostname' 'OpenWrt'
|
|
option 'timezone' 'CET-1CEST,M3.5.0,M10.5.0/3'
|
|
|
|
config 'rdate'
|
|
option 'interface' 'wan'
|
|
|
|
config 'led' 'wlan_led'
|
|
option 'name' 'WLAN'
|
|
option 'sysfs' 'tl-link:green:wlan'
|
|
option 'trigger' 'netdev'
|
|
option 'dev' 'wlan0'
|
|
option 'mode' 'link tx rx'
|
|
|
|
config 'led' 'status_led'
|
|
option 'name' 'status'
|
|
option 'sysfs' 'tp-link:green:system'
|
|
option 'trigger' 'heartbeat'
|