From 49092a2ff32c91cab23791bd1b1ce250ecf717bd 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 (cherry picked from commit 327536fb03ae09e5777813c02175a1269564c224) --- 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 383239d8b5..c333b96cbc 100644 --- a/target/linux/sunxi/Makefile +++ b/target/linux/sunxi/Makefile @@ -25,7 +25,7 @@ KERNELNAME:=zImage dtbs include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += uboot-envtools -DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs +DEFAULT_PACKAGES += partx-utils mkf2fs automount DEFAULT_PACKAGES += autocore-arm luci-app-cpufreq $(eval $(call BuildTarget))