mvebu: shrink amount of packages and reorganize them
[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 IMAGES := sdcard.img.gz
8 IMAGE/sdcard.img.gz := boot-scr | boot-img-ext4 | sdcard-img-ext4 | gzip | append-metadata
9 DEVICE_DTS := armada-3720-espressobin
10 DTS_DIR := $(DTS_DIR)/marvell
11 SUPPORTED_DEVICES := globalscale,espressobin
12 endef
13 TARGET_DEVICES += globalscale-espressobin
14
15 define Device/armada-3720-db
16 KERNEL_NAME := Image
17 KERNEL := kernel-bin
18 DEVICE_TITLE := Marvell Armada 3720 Development Board DB-88F3720-DDR3
19 IMAGES := sdcard.img.gz
20 IMAGE/sdcard.img.gz := boot-scr | boot-img-ext4 | sdcard-img-ext4 | gzip | append-metadata
21 DEVICE_DTS := armada-3720-db
22 DTS_DIR := $(DTS_DIR)/marvell
23 SUPPORTED_DEVICES := marvell,armada-3720-db
24 endef
25 TARGET_DEVICES += armada-3720-db
26
27 endif