From 327536fb03ae09e5777813c02175a1269564c224 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 18 Apr 2023 01:36:47 +0800 Subject: [PATCH] sunxi: build with automount by default Signed-off-by: Tianling Shen --- target/linux/sunxi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/sunxi/Makefile b/target/linux/sunxi/Makefile index 7a2b8af05a..2d0014658f 100644 --- a/target/linux/sunxi/Makefile +++ b/target/linux/sunxi/Makefile @@ -25,6 +25,6 @@ KERNELNAME:=zImage dtbs include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += uboot-envtools -DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs +DEFAULT_PACKAGES += partx-utils mkf2fs automount $(eval $(call BuildTarget))