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
|
2016-07-13 09:20:19 +00:00
|
|
|
CPU_TYPE:=cortex-a15
|
2015-11-14 14:22:24 +00:00
|
|
|
CPU_SUBTYPE:=neon-vfpv4
|
2016-05-11 07:06:21 +00:00
|
|
|
MAINTAINER:=John Crispin <john@phrozen.org>
|
2014-08-30 09:32:58 +00:00
|
|
|
|
2016-06-07 18:33:35 +00:00
|
|
|
KERNEL_PATCHVER:=4.4
|
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 \
|
2016-05-21 09:18:31 +00:00
|
|
|
kmod-ata-core kmod-ata-ahci kmod-ata-ahci-platform \
|
2016-10-19 10:09:45 +00:00
|
|
|
kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport \
|
2016-11-12 11:35:56 +00:00
|
|
|
kmod-usb3 kmod-usb-dwc3-of-simple kmod-usb-phy-qcom-dwc3 \
|
2016-06-21 09:52:52 +00:00
|
|
|
kmod-ath10k wpad-mini \
|
2016-06-07 17:19:01 +00:00
|
|
|
uboot-envtools
|
2014-08-30 09:32:58 +00:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|