From 61f3e2d1326e2bbb7396538c66549e649a6cf9b7 Mon Sep 17 00:00:00 2001 From: INAGAKI Hiroshi Date: Mon, 8 Apr 2024 23:21:44 +0900 Subject: [PATCH] mvebu: cortexa72: enable emmc feature Enable "emmc" feature to use the emmc helpers on sysupgrade. Signed-off-by: INAGAKI Hiroshi Link: https://github.com/openwrt/openwrt/pull/16904 Signed-off-by: Hauke Mehrtens --- target/linux/mvebu/cortexa72/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mvebu/cortexa72/target.mk b/target/linux/mvebu/cortexa72/target.mk index 8601077b381..72da6b33605 100644 --- a/target/linux/mvebu/cortexa72/target.mk +++ b/target/linux/mvebu/cortexa72/target.mk @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk ARCH:=aarch64 BOARDNAME:=Marvell Armada 7k/8k (ARM64) CPU_TYPE:=cortex-a72 -FEATURES+=ext4 +FEATURES+=emmc ext4 DEFAULT_PACKAGES+=e2fsprogs ethtool mkf2fs partx-utils KERNELNAME:=Image dtbs