bcm4908: add USB packages to the DEFAULT_PACKAGES
authorRafał Miłecki <rafal@milecki.pl>
Mon, 15 Feb 2021 15:52:29 +0000 (16:52 +0100)
committerRafał Miłecki <rafal@milecki.pl>
Mon, 15 Feb 2021 15:54:28 +0000 (16:54 +0100)
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@milecki.pl>
target/linux/bcm4908/Makefile

index d5f82a188ec1886b2c03d68db10dbf9e6ef82a24..5bee66fe2b429d403a297663f061dc7d892943d6 100644 (file)
@@ -20,4 +20,6 @@ include $(INCLUDE_DIR)/target.mk
 
 KERNELNAME:=Image dtbs
 
+DEFAULT_PACKAGES += kmod-usb-ohci kmod-usb2 kmod-usb3
+
 $(eval $(call BuildTarget))