firmware/bsp/fonera/root_file_system/etc/config/system
Tim Niemeyer d1226f0e3c LEDs: Enable heartbeat status leds
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>
2012-11-18 21:49:02 +01:00

19 lines
345 B
Plaintext

config system
option timezone 'CET-1CEST,M3.5.0,M10.5.0/3'
option hostname 'OpenWrt'
config led 'led_wlan'
option name 'wlan'
option sysfs 'wlan'
option trigger 'netdev'
option dev 'wlan0'
option mode 'link tx rx'
# works only on 2200 :(
config led 'led_status'
option name 'status'
option sysfs 'gpio7'
option trigger 'heartbeat'