diff --git a/target/linux/bcm27xx/Makefile b/target/linux/bcm27xx/Makefile index d89ca62f2d..7a12934202 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 \ autocore-arm luci-app-cpufreq KERNELNAME:=Image dtbs diff --git a/target/linux/rockchip/Makefile b/target/linux/rockchip/Makefile index dd2349bff3..3a4ea1ed9a 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 autocore-arm fdisk ethtool luci-app-cpufreq KERNELNAME:=Image dtbs