ipq806x: switch from uci-defaults to board.d
[lede-git/.git] / target / linux / ipq806x / Makefile
index 36b32053bd1be2db6775f71728e5a3bb57965c8d..97a40cfe0718db3a9e74d22ff2add1b97f40aaec 100644 (file)
@@ -5,17 +5,19 @@ include $(TOPDIR)/rules.mk
 ARCH:=arm
 BOARD:=ipq806x
 BOARDNAME:=Qualcomm Atheros IPQ806X
-FEATURES:=squashfs
-CPU_TYPE:=cortex-a7
+FEATURES:=squashfs nand ubifs
+CPU_TYPE:=cortex-a9
+CPU_SUBTYPE:=neon-vfpv4
 MAINTAINER:=John Crispin <blogic@openwrt.org>
 
 KERNEL_PATCHVER:=3.18
 
-KERNELNAME:=Image dtbs
+KERNELNAME:=zImage Image dtbs
 
 include $(INCLUDE_DIR)/target.mk
 DEFAULT_PACKAGES += \
-       kmod-leds-gpio kmod-gpio-button-hotplug kmod-qca-nss-gmac swconfig
+       kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
+       kmod-ata-core kmod-ata-ahci kmod-ata-ahci-platform
 
 
 $(eval $(call BuildTarget))