[openwrt/openwrt] bcm4908: include usbport trigger

LEDE Commits lede-commits at lists.infradead.org
Mon Mar 27 00:49:14 PDT 2023


rmilecki pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/c874aa40c22bec81643af57413c3f9ad613aeced

commit c874aa40c22bec81643af57413c3f9ad613aeced
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Thu Mar 16 22:01:51 2023 +0100

    bcm4908: include usbport trigger
    
    Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
    (cherry picked from commit cb2661844a5d54d44230ee564d4f17605a794a49)
---
 target/linux/bcm4908/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/target/linux/bcm4908/Makefile b/target/linux/bcm4908/Makefile
index 3177bd9ded..f86127ff58 100644
--- a/target/linux/bcm4908/Makefile
+++ b/target/linux/bcm4908/Makefile
@@ -23,6 +23,7 @@ KERNELNAME:=Image dtbs
 DEFAULT_PACKAGES += \
 	bcm4908img fdt-utils uboot-envtools \
 	kmod-gpio-button-hotplug \
-	kmod-usb-ohci kmod-usb2 kmod-usb3
+	kmod-usb-ohci kmod-usb2 kmod-usb3 \
+	kmod-usb-ledtrig-usbport
 
 $(eval $(call BuildTarget))




More information about the lede-commits mailing list