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
|
2018-12-30 03:01:41 +00:00
|
|
|
FEATURES:=squashfs nand fpu ramdisk
|
2016-07-13 09:20:19 +00:00
|
|
|
CPU_TYPE:=cortex-a15
|
2015-11-14 14:22:24 +00:00
|
|
|
CPU_SUBTYPE:=neon-vfpv4
|
2019-08-22 00:59:24 +00:00
|
|
|
SUBTARGETS:=generic
|
2014-08-30 09:32:58 +00:00
|
|
|
|
2020-04-04 18:41:02 +00:00
|
|
|
KERNEL_PATCHVER:=5.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 \
|
2020-03-05 13:57:29 +00:00
|
|
|
kmod-ata-ahci kmod-ata-ahci-platform \
|
2019-09-22 10:06:25 +00:00
|
|
|
kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport \
|
2019-12-15 13:07:46 +00:00
|
|
|
kmod-usb-phy-qcom-dwc3 kmod-usb3 kmod-usb-dwc3-qcom \
|
2018-07-10 17:22:41 +00:00
|
|
|
kmod-ath10k-ct wpad-basic \
|
2016-06-07 17:19:01 +00:00
|
|
|
uboot-envtools
|
2014-08-30 09:32:58 +00:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|