2014-08-30 17:32:58 +08: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 17:59:18 +08:00
|
|
|
MAINTAINER:=John Crispin <blogic@openwrt.org>
|
2014-08-30 17:32:58 +08:00
|
|
|
|
2015-02-11 18:09:23 +08:00
|
|
|
KERNEL_PATCHVER:=3.18
|
2014-08-30 17:32:58 +08:00
|
|
|
|
2014-10-06 04:17:19 +08:00
|
|
|
KERNELNAME:=Image dtbs
|
2014-08-30 17:32:58 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2015-02-24 20:00:09 +08:00
|
|
|
DEFAULT_PACKAGES += \
|
|
|
|
kmod-leds-gpio kmod-gpio-button-hotplug kmod-qca-nss-gmac swconfig
|
|
|
|
|
2014-08-30 17:32:58 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|