From: Sungbo Eo Date: Wed, 13 Nov 2019 14:23:17 +0000 (+0900) Subject: ramips: add usb-ledtrig-usbport to DEVICE_PACKAGES of CY-SWR1100 X-Git-Tag: v19.07.0-rc2~80 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=60f41c6c9ef6;hp=079b2027495d89553fe81133864b42731dd38abe 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 [changed commit title, backported to 19.07] Signed-off-by: Adrian Schmutzler (cherry picked from commit 261c746631d2bf311a6b62a6d3bacce6fde90976) --- diff --git a/target/linux/ramips/image/rt3883.mk b/target/linux/ramips/image/rt3883.mk index 41b2c3dd5f..8219967f44 100644 --- a/target/linux/ramips/image/rt3883.mk +++ b/target/linux/ramips/image/rt3883.mk @@ -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