blob: 0a444c2758eda8d7fc7661762561749d523d65db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# Copyright (C) 2009 OpenWrt.org
#
SUBTARGET:=32
BOARDNAME:=32bit
CPU_TYPE:=cortex-a7
CPU_SUBTYPE:=neon-vfpv4
define Target/Description
Build firmware images for MediaTek 32bit ARM based boards.
endef
|