Skip to content

Commit

Permalink
octeon: add kmod-usb-dwc3-octeon to DEFAULT_PACKAGES
Browse files Browse the repository at this point in the history
Since 24.10.0 the Linux kernel needs this to enable the USB stack on
Cavium Octeon platforms with DesignWare Core USB3 IP.

Issue: openwrt/openwrt#17195
Signed-off-by: Fabian Groffen <[email protected]>
Link: openwrt/openwrt#17393
Signed-off-by: Robert Marko <[email protected]>
(cherry picked from commit 0cba20f)
  • Loading branch information
grobian authored and robimarko committed Dec 28, 2024
1 parent 47e3413 commit 5b4a081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/octeon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit 5b4a081

Please sign in to comment.