From 6bed850e06996ff8218cfced9b592ed3b354bf3b Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sat, 15 Apr 2023 19:02:12 +0800 Subject: [PATCH] bcm27xx: build with automount by default Signed-off-by: Tianling Shen --- target/linux/bcm27xx/Makefile | 2 +- target/linux/rockchip/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/bcm27xx/Makefile b/target/linux/bcm27xx/Makefile index e408c9040c..f9e2b99c7f 100644 --- a/target/linux/bcm27xx/Makefile +++ b/target/linux/bcm27xx/Makefile @@ -26,7 +26,7 @@ DEFAULT_PACKAGES += \ kmod-usb-hid \ kmod-sound-core kmod-sound-arm-bcm2835 \ kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1 \ - partx-utils mkf2fs e2fsprogs + partx-utils mkf2fs automount KERNELNAME:=Image dtbs diff --git a/target/linux/rockchip/Makefile b/target/linux/rockchip/Makefile index 3456b8da00..4984fa236d 100644 --- a/target/linux/rockchip/Makefile +++ b/target/linux/rockchip/Makefile @@ -15,7 +15,7 @@ endef include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += uboot-envtools partx-utils e2fsprogs mkf2fs kmod-gpio-button-hotplug \ +DEFAULT_PACKAGES += uboot-envtools partx-utils mkf2fs kmod-gpio-button-hotplug \ automount fdisk KERNELNAME:=Image dtbs