mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
09fe0c847d
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>
18 lines
277 B
Makefile
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
|
|
|