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-18.06
parent
506bfaa126
commit
f503bc3d25
|
@ -33,7 +33,8 @@ define Device/cy-swr1100
|
|||
seama-seal -m "signature=wrgnd10_samsung_ss815" | \
|
||||
check-size $$$$(IMAGE_SIZE)
|
||||
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