loongarch64: include automount by default

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2024-05-04 15:59:54 +08:00
parent 09c658642e
commit d4f11c59c0
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -17,6 +17,6 @@ KERNELNAME:=vmlinuz.efi dtbs
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += \
partx-utils blkid e2fsprogs grub2-efi-loongarch64
partx-utils blkid fdisk automount grub2-efi-loongarch64
$(eval $(call BuildTarget))