ipq806x: enable vfpv4 support and set cpu type to cortex-a9
[openwrt/openwrt.git] / target / linux / ipq806x / Makefile
1 # Copyright (c) 2013 The Linux Foundation. All rights reserved.
2 #
3 include $(TOPDIR)/rules.mk
4
5 ARCH:=arm
6 BOARD:=ipq806x
7 BOARDNAME:=Qualcomm Atheros IPQ806X
8 FEATURES:=squashfs nand ubifs
9 CPU_TYPE:=cortex-a9
10 CPU_SUBTYPE:=neon-vfpv4
11 MAINTAINER:=John Crispin <blogic@openwrt.org>
12
13 KERNEL_PATCHVER:=3.18
14
15 KERNELNAME:=zImage Image dtbs
16
17 include $(INCLUDE_DIR)/target.mk
18 DEFAULT_PACKAGES += \
19 kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
20 kmod-ata-core kmod-ata-ahci kmod-ata-ahci-platform
21
22
23 $(eval $(call BuildTarget))