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>
13 lines
279 B
Makefile
13 lines
279 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2018 Sartura Ltd.
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=aarch64
|
|
BOARDNAME:=Marvell Armada 7k/8k (ARM64)
|
|
CPU_TYPE:=cortex-a72
|
|
FEATURES+=emmc ext4
|
|
DEFAULT_PACKAGES+=e2fsprogs ethtool mkf2fs partx-utils
|
|
|
|
KERNELNAME:=Image dtbs
|