[openwrt/openwrt] bcm4908: include usbport trigger
LEDE Commits
lede-commits at lists.infradead.org
Mon Mar 27 00:04:16 PDT 2023
rmilecki pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/28e5045f3abab56fe31a0425de58e604218ebb86
commit 28e5045f3abab56fe31a0425de58e604218ebb86
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 fcfe04962b..dcca6fe048 100644
--- a/target/linux/bcm4908/Makefile
+++ b/target/linux/bcm4908/Makefile
@@ -22,6 +22,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