mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-15 23:17:09 +00:00
ramips: add usb-ledtrig-usbport to DEVICE_PACKAGES of CY-SWR1100
CY-SWR1100 has a USB LED but kmod-usb-ledtrig-usbport is missing in default images. This commit adds it. Signed-off-by: Sungbo Eo <mans0n@gorani.run> [changed commit title, backported to 19.07] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> (cherry picked from commit 261c746631d2bf311a6b62a6d3bacce6fde90976)
This commit is contained in:
parent
079b202749
commit
60f41c6c9e
@ -24,7 +24,8 @@ define Device/cy-swr1100
|
||||
KERNEL := $(KERNEL_DTB)
|
||||
SEAMA_SIGNATURE := wrgnd10_samsung_ss815
|
||||
DEVICE_TITLE := Samsung CY-SWR1100
|
||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 swconfig
|
||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 | \
|
||||
kmod-usb-ledtrig-usbport swconfig
|
||||
endef
|
||||
TARGET_DEVICES += cy-swr1100
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user