From: Rafał Miłecki Date: Mon, 15 Feb 2021 15:52:29 +0000 (+0100) Subject: bcm4908: add USB packages to the DEFAULT_PACKAGES X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=95359dac827d175a61d0986a88feb5e4927fcb60;p=openwrt%2Fstaging%2Fnbd.git 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 --- 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))