diff --git a/bsp/dir300/root_file_system/etc/config/system b/bsp/dir300/root_file_system/etc/config/system index 9a7b487..eafb0df 100644 --- a/bsp/dir300/root_file_system/etc/config/system +++ b/bsp/dir300/root_file_system/etc/config/system @@ -13,5 +13,5 @@ config led 'led_wlan' config led 'led_status' option name 'status' option sysfs 'wlan' - option trigger 'none' + option trigger 'heartbeat' diff --git a/bsp/fonera/root_file_system/etc/config/system b/bsp/fonera/root_file_system/etc/config/system new file mode 100644 index 0000000..79678b2 --- /dev/null +++ b/bsp/fonera/root_file_system/etc/config/system @@ -0,0 +1,18 @@ + +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' + diff --git a/bsp/wr1043nd/root_file_system/etc/config/system b/bsp/wr1043nd/root_file_system/etc/config/system index 8697558..2574105 100644 --- a/bsp/wr1043nd/root_file_system/etc/config/system +++ b/bsp/wr1043nd/root_file_system/etc/config/system @@ -7,5 +7,12 @@ config 'rdate' config 'led' 'wlan_led' option 'name' 'WLAN' - option 'sysfs' 'tl-wr1043nd:green:wlan' - option 'trigger' 'phy0rx' \ No newline at end of file + 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' diff --git a/bsp/wr741nd2/root_file_system/etc/config/system b/bsp/wr741nd2/root_file_system/etc/config/system index 8697558..018514a 100644 --- a/bsp/wr741nd2/root_file_system/etc/config/system +++ b/bsp/wr741nd2/root_file_system/etc/config/system @@ -7,5 +7,20 @@ config 'rdate' config 'led' 'wlan_led' option 'name' 'WLAN' - option 'sysfs' 'tl-wr1043nd:green:wlan' - option 'trigger' 'phy0rx' \ No newline at end of file + option 'sysfs' 'tp-link:green:wlan' + option 'trigger' 'netdev' + option dev 'wlan0' + option mode 'link tx rx' + +config 'led' 'lan_led' + option 'name' 'WAN' + option 'sysfs' 'tp-link:green:wan' + option 'trigger' 'netdev' + option dev 'eth1' + option mode 'link tx rx' + +config 'led' 'status_led' + option 'name' 'status' + option 'sysfs' 'tp-link:green:system' + option 'trigger' 'heartbeat' + diff --git a/bsp/wr741nd4/root_file_system/etc/config/system b/bsp/wr741nd4/root_file_system/etc/config/system index 8697558..018514a 100644 --- a/bsp/wr741nd4/root_file_system/etc/config/system +++ b/bsp/wr741nd4/root_file_system/etc/config/system @@ -7,5 +7,20 @@ config 'rdate' config 'led' 'wlan_led' option 'name' 'WLAN' - option 'sysfs' 'tl-wr1043nd:green:wlan' - option 'trigger' 'phy0rx' \ No newline at end of file + option 'sysfs' 'tp-link:green:wlan' + option 'trigger' 'netdev' + option dev 'wlan0' + option mode 'link tx rx' + +config 'led' 'lan_led' + option 'name' 'WAN' + option 'sysfs' 'tp-link:green:wan' + option 'trigger' 'netdev' + option dev 'eth1' + option mode 'link tx rx' + +config 'led' 'status_led' + option 'name' 'status' + option 'sysfs' 'tp-link:green:system' + option 'trigger' 'heartbeat' +