aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/zynq/Makefile
diff options
context:
space:
mode:
authorLuis Araneda <luaraneda@gmail.com>2019-04-01 00:33:08 -0300
committerHauke Mehrtens <hauke@hauke-m.de>2019-04-06 16:31:10 +0200
commit78a3c5198500ca3f21c1b47af3d977b6ed0e62f0 (patch)
treedad1664f9942288d7da38330851e38c3fff36c1b /target/linux/zynq/Makefile
parent3db12da7cdabfa682a4ebbd95fb3287c84248d7b (diff)
downloadupstream-78a3c5198500ca3f21c1b47af3d977b6ed0e62f0.tar.gz
upstream-78a3c5198500ca3f21c1b47af3d977b6ed0e62f0.tar.bz2
upstream-78a3c5198500ca3f21c1b47af3d977b6ed0e62f0.zip
zynq: replace storage related configs by packages
Select build-in packages by default and remove the associated kernel configs Signed-off-by: Luis Araneda <luaraneda@gmail.com>
Diffstat (limited to 'target/linux/zynq/Makefile')
-rw-r--r--target/linux/zynq/Makefile3
1 files changed, 2 insertions, 1 deletions
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))