mediatek/mt7623: unify features and packages, add ext4 and usb
[openwrt/openwrt.git] / target / linux / mediatek / mt7623 / target.mk
1 #
2 # Copyright (C) 2009 OpenWrt.org
3 #
4
5 ARCH:=arm
6 SUBTARGET:=mt7623
7 BOARDNAME:=MT7623
8 CPU_TYPE:=cortex-a7
9 CPU_SUBTYPE:=neon-vfpv4
10 KERNELNAME:=Image dtbs zImage
11 FEATURES+=ext4 usb
12
13 define Target/Description
14 Build firmware images for MediaTek mt7623 ARM based boards.
15 endef
16