openwrt/target/linux/mediatek/mt7629/target.mk
Chuanhong Guo 09fe0c847d mediatek: add mt7629 subtarget with rfb image
base-files are added into subtarget directory like what's done
recently in ath79. For this subtarget, metadata checks are enforced
and a SUPPORTED_DEVICE is added to generate proper metadata.
Since we only have mt7629 support in 4.19, override KERNEL_PATCHVER
in target.mk for now.

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
2019-11-04 20:51:19 +08:00

18 lines
277 B
Makefile

#
# Copyright (C) 2009 OpenWrt.org
#
ARCH:=arm
SUBTARGET:=mt7629
BOARDNAME:=MT7629
CPU_TYPE:=cortex-a7
FEATURES:=squashfs nand ramdisk
KERNELNAME:=Image dtbs
KERNEL_PATCHVER:=4.19
define Target/Description
Build firmware images for MediaTek mt7629 ARM based boards.
endef