sunxi: build with automount by default

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 327536fb03)
This commit is contained in:
Tianling Shen 2023-04-18 01:36:47 +08:00
parent 3b5862cf41
commit 49092a2ff3
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -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))