From 95359dac827d175a61d0986a88feb5e4927fcb60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Mon, 15 Feb 2021 16:52:29 +0100 Subject: bcm4908: add USB packages to the DEFAULT_PACKAGES MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All known 41 BCM4908 devices have USB ports so it makes sense to include those packages by default. Signed-off-by: Rafał Miłecki --- target/linux/bcm4908/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/bcm4908/Makefile') 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)) -- cgit v1.2.3