2018-04-08 17:31:55 +08:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=ipq40xx
|
|
|
|
BOARDNAME:=Qualcomm Atheros IPQ40XX
|
|
|
|
FEATURES:=squashfs fpu ramdisk nand
|
|
|
|
CPU_TYPE:=cortex-a7
|
|
|
|
CPU_SUBTYPE:=neon-vfpv4
|
2021-06-14 18:30:08 +08:00
|
|
|
MAINTAINER:=John Crispin <john@phrozen.org>
|
2018-04-08 17:31:55 +08:00
|
|
|
|
2021-01-22 10:58:28 +08:00
|
|
|
KERNEL_PATCHVER:=5.4
|
2018-04-08 17:31:55 +08:00
|
|
|
|
|
|
|
KERNELNAME:=zImage Image dtbs
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += \
|
2020-07-02 23:30:56 +08:00
|
|
|
kmod-usb-dwc3-qcom \
|
2018-04-08 17:31:55 +08:00
|
|
|
kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
|
2021-07-18 22:53:04 +08:00
|
|
|
kmod-ath10k-ct wpad-openssl uboot-envtools \
|
2021-06-30 19:15:41 +08:00
|
|
|
kmod-usb3 kmod-usb-dwc3 ath10k-firmware-qca4019-ct \
|
2021-07-18 22:53:04 +08:00
|
|
|
autocore-arm automount autosamba ethtool htop \
|
|
|
|
luci-app-adbyby-plus luci-app-cpufreq luci-app-ipsec-vpnd \
|
|
|
|
luci-app-unblockmusic luci-app-zerotier
|
2018-04-08 17:31:55 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|