sunxi: build with automount by default

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

View File

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