projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47e3413
)
octeon: add kmod-usb-dwc3-octeon to DEFAULT_PACKAGES
author
Fabian Groffen
<grobian@gentoo.org>
Fri, 27 Dec 2024 14:52:32 +0000
(15:52 +0100)
committer
Robert Marko
<robimarko@gmail.com>
Sat, 28 Dec 2024 09:38:11 +0000
(10:38 +0100)
Since 24.10.0 the Linux kernel needs this to enable the USB stack on
Cavium Octeon platforms with DesignWare Core USB3 IP.
Issue: https://github.com/openwrt/openwrt/issues/17195
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Link:
https://github.com/openwrt/openwrt/pull/17393
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit
0cba20f0820efa9ac7a728206a3bde43719ced6d
)
target/linux/octeon/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/octeon/Makefile
b/target/linux/octeon/Makefile
index c59b0af6a2fe8544761394ff7a4865de49e0457a..f14f4537b864d48078dc93ae17d4c7698834ea7e 100644
(file)
--- a/
target/linux/octeon/Makefile
+++ b/
target/linux/octeon/Makefile
@@
-18,6
+18,6
@@
endef
include $(INCLUDE_DIR)/target.mk
-DEFAULT_PACKAGES += mkf2fs e2fsprogs
+DEFAULT_PACKAGES += mkf2fs e2fsprogs
kmod-usb-dwc3-octeon
$(eval $(call BuildTarget))