From 78a3c5198500ca3f21c1b47af3d977b6ed0e62f0 Mon Sep 17 00:00:00 2001 From: Luis Araneda Date: Mon, 1 Apr 2019 00:33:08 -0300 Subject: zynq: replace storage related configs by packages Select build-in packages by default and remove the associated kernel configs Signed-off-by: Luis Araneda --- target/linux/zynq/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux/zynq/Makefile') diff --git a/target/linux/zynq/Makefile b/target/linux/zynq/Makefile index 6193675088..3081101924 100644 --- a/target/linux/zynq/Makefile +++ b/target/linux/zynq/Makefile @@ -26,6 +26,7 @@ include $(INCLUDE_DIR)/target.mk KERNELNAME:=Image dtbs -DEFAULT_PACKAGES += uboot-envtools mkf2fs e2fsprogs +DEFAULT_PACKAGES += uboot-envtools mkf2fs e2fsprogs \ + kmod-usb-storage kmod-fs-msdos $(eval $(call BuildTarget)) -- cgit v1.2.3