[openwrt/openwrt] bcm4908: add USB packages to the DEFAULT_PACKAGES
LEDE Commits
lede-commits at lists.infradead.org
Mon Feb 15 10:54:41 EST 2021
rmilecki pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/95359dac827d175a61d0986a88feb5e4927fcb60
commit 95359dac827d175a61d0986a88feb5e4927fcb60
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Mon Feb 15 16:52:29 2021 +0100
bcm4908: add USB packages to the DEFAULT_PACKAGES
All known 41 BCM4908 devices have USB ports so it makes sense to include
those packages by default.
Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
target/linux/bcm4908/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/target/linux/bcm4908/Makefile b/target/linux/bcm4908/Makefile
index d5f82a188e..5bee66fe2b 100644
--- a/target/linux/bcm4908/Makefile
+++ b/target/linux/bcm4908/Makefile
@@ -20,4 +20,6 @@ include $(INCLUDE_DIR)/target.mk
KERNELNAME:=Image dtbs
+DEFAULT_PACKAGES += kmod-usb-ohci kmod-usb2 kmod-usb3
+
$(eval $(call BuildTarget))
More information about the lede-commits
mailing list