mirror of https://github.com/hak5/openwrt.git
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 261c746631
)
openwrt-19.07
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…
Reference in New Issue