[openwrt/openwrt] mvebu: cortexa72: enable emmc feature
LEDE Commits
lede-commits at lists.infradead.org
Sun Jun 22 13:32:57 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/61f3e2d1326e2bbb7396538c66549e649a6cf9b7
commit 61f3e2d1326e2bbb7396538c66549e649a6cf9b7
Author: INAGAKI Hiroshi <musashino.open at gmail.com>
AuthorDate: Mon Apr 8 23:21:44 2024 +0900
mvebu: cortexa72: enable emmc feature
Enable "emmc" feature to use the emmc helpers on sysupgrade.
Signed-off-by: INAGAKI Hiroshi <musashino.open at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16904
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
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 8601077b38..72da6b3360 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
More information about the lede-commits
mailing list