da841a631427fab34d74a643702dbf851e456dce
[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
9 CPU_TYPE:=cortex-a7
10 MAINTAINER:=John Crispin <blogic@openwrt.org>
11
12 KERNEL_PATCHVER:=3.18
13
14 KERNELNAME:=zImage Image dtbs
15
16 include $(INCLUDE_DIR)/target.mk
17 DEFAULT_PACKAGES += \
18 kmod-leds-gpio kmod-gpio-button-hotplug kmod-stmmac swconfig \
19 kmod-ata-core kmod-ata-ahci kmod-ata-ahci-platform
20
21
22 $(eval $(call BuildTarget))