Netgear//ext7300v2 (ath79)

hello

i "found out" a little way to permit the usage of trafic/connect front LED on this device. As the "generic" image doesnt animate them up, i looked around the wiki to finally do my experiments.

Here is (config/system) :


config 'led' 'lan_led'
	option 'name'           'LAN'
	option 'sysfs'          'green:client'
	option 'trigger'        'netdev'
	option 'dev'            'phy0-sta0'
	option 'mode'           'link'

config 'led' 'lan_traffic'
        option 'name'           'LAN2'
        option 'sysfs'          'blue:left'
	option 'trigger'	'phy1tpt'
        option 'dev'            'phy1-tpt'
       option 'mode'           'link tx rx'





config 'led' 'wlan_led'
        option 'name'           'WLAN'
        option 'sysfs'          'green:router'
        option 'trigger'        'default-on'
        option 'mode'           'link tx rx'

config 'led' 'wlan_traffic'
        option 'name'           'WLAN2'
        option 'sysfs'          'blue:right'
        option 'trigger'        'phy0tpt'
        option 'dev'            'phy0-tpt'
       option 'mode'           'link tx rx'


it's about
OPENWRT_BOARD="ath79/generic"
OPENWRT_RELEASE="OpenWrt SNAPSHOT r33495-2f74f9188f"

device :

1 Like