mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 18:56:37 +00:00
bcm63xx: drop USB LEDs for Technicolor TG582N / ADB P.DG A4001N
Remove the USB status red and green LEDs for - ADB P.DG A4001N A-000-1A1-AX - Technicolor TG582N - Technicolor TG582N Telecom Italia After having mounted an SMD socket for the flash memory for JTAG reverse engineering, and so be able to easly swap between OpenWrt and the stock FW, it turned out that the stock FW does not light up the red and green USB LEDs exactly as I remembered. Signed-off-by: Daniele Castro <danielecastro@hotmail.it> [improve commit title] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
7b9a0c264c
commit
9b144cef43
@ -27,10 +27,9 @@ adb,a4001n1)
|
||||
ucidef_set_led_usbdev "usb" "USB" "green:3g" "1-1"
|
||||
;;
|
||||
adb,pdg-a4001n-a-000-1a1-ax|\
|
||||
technicolor,tg582n|\
|
||||
technicolor,tg582n-telecom-italia)
|
||||
ucidef_set_led_netdev "wlan0" "WIFI" "green:wifi" "wlan0"
|
||||
ucidef_set_led_usbdev "usb1" "USB1" "green:service" "1-1"
|
||||
ucidef_set_led_usbdev "usb2" "USB2" "red:service" "2-1"
|
||||
;;
|
||||
adb,av4202n)
|
||||
ucidef_set_led_netdev "wlan0" "WLAN" "blue:wifi" "wlan0"
|
||||
@ -92,10 +91,6 @@ sercomm,h500-s-lowi|\
|
||||
sercomm,h500-s-vfes)
|
||||
ucidef_set_led_netdev "wan" "WAN" "green:internet" "eth0.2"
|
||||
;;
|
||||
technicolor,tg582n)
|
||||
ucidef_set_led_netdev "wlan0" "WIFI" "green:wifi" "wlan0"
|
||||
ucidef_set_led_usbdev "usb" "USB" "red:power" "1-1"
|
||||
;;
|
||||
telsey,cpva502plus)
|
||||
ucidef_set_led_netdev "lan" "LAN" "amber:link" "eth0"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user