projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13bd05e
)
bcm4908: include usbport trigger
author
Rafał Miłecki
<rafal@milecki.pl>
Thu, 16 Mar 2023 21:01:51 +0000
(22:01 +0100)
committer
Rafał Miłecki
<rafal@milecki.pl>
Mon, 27 Mar 2023 07:36:04 +0000
(09:36 +0200)
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
(cherry picked from commit
cb2661844a5d54d44230ee564d4f17605a794a49
)
target/linux/bcm4908/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/bcm4908/Makefile
b/target/linux/bcm4908/Makefile
index 3177bd9ded095817e74682eef9d76bd19fd08e3f..f86127ff58f5be395039e60be80ae3b08a208dba 100644
(file)
--- 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))