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
|
|
|
|
FEATURES:=squashfs
|
|
|
|
CPU_TYPE:=cortex-a7
|
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
|
|
|
|
2014-10-05 20:17:19 +00:00
|
|
|
KERNELNAME:=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-02-24 12:00:22 +00:00
|
|
|
kmod-leds-gpio kmod-gpio-button-hotplug kmod-qca-nss-gmac swconfig \
|
|
|
|
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))
|