Skip to content

Commit

Permalink
ath79: don't use the pcs,cr5000 wps led as usb led
Browse files Browse the repository at this point in the history
If it isn't a usb led, it shouldn't be used as one by default. It is up
to the user to add such a (mis)configuration for the board.

Signed-off-by: Mathias Kresin <[email protected]>
  • Loading branch information
mkresin committed Aug 16, 2018
1 parent 0c5a532 commit 3f09ada
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions target/linux/ath79/base-files/etc/board.d/01_leds
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ pcs,cr3000)
ucidef_set_led_switch "lan3" "LAN3" "pcs:blue:lan3" "switch0" "0x10"
ucidef_set_led_switch "lan4" "LAN4" "pcs:blue:lan4" "switch0" "0x02"
;;
pcs,cr5000)
ucidef_set_led_usbdev "usb" "USB" "pcs:white:wps" "1-1"
;;

tplink,re450-v2)
ucidef_set_led_netdev "lan_data" "LAN Data" "tp-link:green:lan_data" "eth0" "tx rx"
ucidef_set_led_netdev "lan_link" "LAN Link" "tp-link:green:lan_link" "eth0" "link"
Expand Down
2 changes: 1 addition & 1 deletion target/linux/ath79/image/generic.mk
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ TARGET_DEVICES += pcs_cr3000
define Device/pcs_cr5000
ATH_SOC := ar9344
DEVICE_TITLE := PowerCloud Systems CR5000
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport kmod-usb-core
DEVICE_PACKAGES := kmod-usb2 kmod-usb-core
IMAGE_SIZE := 7808k
IMAGES := sysupgrade.bin
SUPPORTED_DEVICES += cr5000
Expand Down

0 comments on commit 3f09ada

Please sign in to comment.