mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
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
|
||
|
|