2014-08-30 09:32:58 +00:00
|
|
|
# Copyright (c) 2013 The Linux Foundation. All rights reserved.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=ipq806x
|
|
|
|
BOARDNAME:=Qualcomm Atheros IPQ806X
|
2016-05-07 21:22:37 +00:00
|
|
|
FEATURES:=squashfs nand ubifs fpu
|
2015-11-14 14:22:24 +00:00
|
|
|
CPU_TYPE:=cortex-a9
|
|
|
|
CPU_SUBTYPE:=neon-vfpv4
|
2014-08-30 09:59:18 +00:00
|
|
|
MAINTAINER:=John Crispin <blogic@openwrt.org>
|
2014-08-30 09:32:58 +00:00
|
|
|
|
2015-02-11 10:09:23 +00:00
|
|
|
KERNEL_PATCHVER:=3.18
|
2014-08-30 09:32:58 +00:00
|
|
|
|
2015-05-10 11:47:02 +00:00
|
|
|
KERNELNAME:=zImage Image dtbs
|
2014-08-30 09:32:58 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2015-02-24 12:00:09 +00:00
|
|
|
DEFAULT_PACKAGES += \
|
2015-06-01 20:11:35 +00:00
|
|
|
kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
|
2015-02-24 12:00:22 +00:00
|
|
|
kmod-ata-core kmod-ata-ahci kmod-ata-ahci-platform
|
2015-02-24 12:00:09 +00:00
|
|
|
|
2014-08-30 09:32:58 +00:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|