You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
254 B
17 lines
254 B
7 years ago
|
#
|
||
|
# Copyright (C) 2009 OpenWrt.org
|
||
|
#
|
||
|
|
||
|
ARCH:=arm
|
||
|
SUBTARGET:=mt7623
|
||
|
BOARDNAME:=MT7623
|
||
|
CPU_TYPE:=cortex-a7
|
||
|
CPU_SUBTYPE:=neon-vfpv4
|
||
|
|
||
|
KERNELNAME:=Image dtbs zImage
|
||
|
|
||
|
define Target/Description
|
||
|
Build firmware images for MediaTek mt7623 ARM based boards.
|
||
|
endef
|
||
|
|