[openwrt/openwrt] octeon: add kmod-usb-dwc3-octeon to DEFAULT_PACKAGES
LEDE Commits
lede-commits at lists.infradead.org
Sat Dec 28 01:38:15 PST 2024
robimarko pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/5b4a081f472cd97fd13739bb48c32fb015368def
commit 5b4a081f472cd97fd13739bb48c32fb015368def
Author: Fabian Groffen <grobian at gentoo.org>
AuthorDate: Fri Dec 27 15:52:32 2024 +0100
octeon: add kmod-usb-dwc3-octeon to DEFAULT_PACKAGES
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 at gentoo.org>
Link: https://github.com/openwrt/openwrt/pull/17393
Signed-off-by: Robert Marko <robimarko at gmail.com>
(cherry picked from commit 0cba20f0820efa9ac7a728206a3bde43719ced6d)
---
target/linux/octeon/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile
index c59b0af6a2..f14f4537b8 100644
--- 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))
More information about the lede-commits
mailing list