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-15 17:58:07 +08:00
|
|
|
SUBTARGETS:=generic
|
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
|
|
|
|
DEFAULT_PACKAGES += \
|
|
|
|
kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
|
2021-06-15 17:58:07 +08:00
|
|
|
kmod-ata-ahci kmod-ata-ahci-platform \
|
|
|
|
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-20 15:45:22 +08:00
|
|
|
kmod-ath10k-ct wpad-openssl uboot-envtools \
|
2022-02-16 17:39:01 +08:00
|
|
|
kmod-shortcut-fe kmod-qca-nss-drv kmod-qca-nss-ecm-standard kmod-qca-nss-gmac kmod-qca-nss-drv-pppoe kmod-qca-mcs \
|
2021-07-25 17:53:08 +08:00
|
|
|
autocore-arm htop automount autosamba luci-app-adbyby-plus luci-app-ipsec-vpnd luci-app-unblockmusic UnblockNeteaseMusic luci-app-zerotier
|
2021-07-10 12:16:46 +08:00
|
|
|
|
2017-09-06 19:19:45 +08:00
|
|
|
$(eval $(call BuildTarget))
|