From e53ec043bae15a643e7225d8e4194e6b7ed5e3e0 Mon Sep 17 00:00:00 2001 From: Pawel Dembicki Date: Thu, 30 Apr 2020 12:34:41 +0200 Subject: kirkwood: move usb support to modules USB support built in kernel isn't required for booting. This patch move USB support to modules. CONFIG_USB_STORAGE is removed because it can be found in kmod-usb-storage and all usb support for this targed is moved to kmods. Tested-by: Cezary Jackiewicz [nsa310] Tested-by: Alberto Bursi [nsa325, ea4500] Reviewed-by: Sungbo Eo Signed-off-by: Pawel Dembicki [keep CONFIG_SCSI] Signed-off-by: Adrian Schmutzler --- target/linux/kirkwood/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/kirkwood/Makefile') diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index c5ed939d76..c50c03b548 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -18,6 +18,6 @@ include $(INCLUDE_DIR)/target.mk KERNELNAME:=zImage dtbs -DEFAULT_PACKAGES += uboot-envtools +DEFAULT_PACKAGES += uboot-envtools kmod-usb2 $(eval $(call BuildTarget)) -- cgit v1.2.3