2017-09-06 19:19:45 +08:00
|
|
|
# Copyright (c) 2013 The Linux Foundation. All rights reserved.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=ipq806x
|
|
|
|
BOARDNAME:=Qualcomm Atheros IPQ806X
|
2019-01-03 19:29:28 +08:00
|
|
|
FEATURES:=squashfs nand fpu ramdisk
|
2017-09-06 19:19:45 +08:00
|
|
|
CPU_TYPE:=cortex-a15
|
|
|
|
CPU_SUBTYPE:=neon-vfpv4
|
2021-06-14 18:30:08 +08:00
|
|
|
MAINTAINER:=John Crispin <john@phrozen.org>
|
2017-09-06 19:19:45 +08:00
|
|
|
|
2020-07-02 23:30:56 +08:00
|
|
|
KERNEL_PATCHVER:=5.4
|
2021-06-14 18:30:08 +08:00
|
|
|
KERNEL_TESTING_PATCHVER:=5.10
|
2017-09-06 19:19:45 +08:00
|
|
|
|
|
|
|
KERNELNAME:=zImage Image dtbs
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2021-06-14 18:30:08 +08:00
|
|
|
|
2017-09-06 19:19:45 +08:00
|
|
|
DEFAULT_PACKAGES += \
|
|
|
|
kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
|
2021-06-14 18:30:08 +08:00
|
|
|
kmod-ata-core kmod-ata-ahci kmod-ata-ahci-platform \
|
|
|
|
kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport \
|
2020-08-18 01:41:42 +08:00
|
|
|
kmod-phy-qcom-ipq806x-usb kmod-usb3 kmod-usb-dwc3-qcom \
|
2021-06-14 18:30:08 +08:00
|
|
|
kmod-ath10k-ct wpad-openssl uboot-envtools \
|
|
|
|
autocore-arm automount autosamba e2fsprogs \
|
|
|
|
luci-app-zerotier openssh-sftp-server
|
2017-09-06 19:19:45 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|