Skip to content

Commit

Permalink
bcm63xx: drop USB LEDs for Technicolor TG582N / ADB P.DG A4001N
Browse files Browse the repository at this point in the history
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 <[email protected]>
[improve commit title]
Signed-off-by: Adrian Schmutzler <[email protected]>
  • Loading branch information
DanCasterIt authored and adschm committed Jun 5, 2021
1 parent 7b9a0c2 commit 9b144ce
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions target/linux/bcm63xx/base-files/etc/board.d/01_leds
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
;;
Expand Down

0 comments on commit 9b144ce

Please sign in to comment.