diff options
| author | INAGAKI Hiroshi | 2024-04-08 14:21:44 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-06-22 20:17:20 +0000 |
| commit | 61f3e2d1326e2bbb7396538c66549e649a6cf9b7 (patch) | |
| tree | 08310c2a76aec88ead9691e5c7b1fbe7b3db939f | |
| parent | e10a811408c92468e754748e78d3ddb7137a23bb (diff) | |
| download | openwrt-61f3e2d1326e2bbb7396538c66549e649a6cf9b7.tar.gz | |
mvebu: cortexa72: enable emmc feature
Enable "emmc" feature to use the emmc helpers on sysupgrade.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16904
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/mvebu/cortexa72/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |