make QSS LED indicate VPN status on WR740N and WR741ND

This commit is contained in:
Jan-Philipp Litza 2013-12-15 16:26:29 +01:00 committed by Tim Niemeyer
parent 0da467e407
commit 32c52c56df
3 changed files with 21 additions and 0 deletions

View File

@ -10,3 +10,10 @@ config led 'status_led'
option name 'status'
option sysfs 'tp-link:green:system'
option trigger 'heartbeat'
config led 'led_vpn'
option name 'VPN'
option sysfs 'tp-link:green:qss'
option trigger 'netdev'
option dev 'ffhbVPN'
option mode 'link'

View File

@ -11,3 +11,10 @@ config led 'status_led'
option sysfs 'tp-link:green:system'
option trigger 'heartbeat'
config led 'led_vpn'
option name 'VPN'
option sysfs 'tp-link:green:qss'
option trigger 'netdev'
option dev 'ffhbVPN'
option mode 'link'

View File

@ -11,3 +11,10 @@ config led 'status_led'
option sysfs 'tp-link:green:system'
option trigger 'heartbeat'
config led 'led_vpn'
option name 'VPN'
option sysfs 'tp-link:green:qss'
option trigger 'netdev'
option dev 'ffhbVPN'
option mode 'link'