711d2c0be855de6a7ab06d76055396ca8e1d120f
[openwrt/openwrt.git] / target / linux / mvebu / image / cortex-a53.mk
1 ifeq ($(SUBTARGET),cortexa53)
2
3 define Device/globalscale-espressobin
4 KERNEL_NAME := Image
5 KERNEL := kernel-bin
6 DEVICE_TITLE := ESPRESSObin (Marvell Armada 3700 Community Board)
7 DEVICE_PACKAGES := e2fsprogs ethtool mkf2fs kmod-fs-vfat kmod-usb2 kmod-usb3 kmod-usb-storage
8 IMAGES := sdcard.img.gz
9 IMAGE/sdcard.img.gz := boot-scr | boot-img-ext4 | sdcard-img-ext4 | gzip | append-metadata
10 DEVICE_DTS := armada-3720-espressobin
11 DTS_DIR := $(DTS_DIR)/marvell
12 SUPPORTED_DEVICES := globalscale,espressobin
13 endef
14 TARGET_DEVICES += globalscale-espressobin
15
16 endif