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-06-14 18:30:08 +08:00
|
|
|
kmod-ath10k wpad-openssl \
|
|
|
|
kmod-usb3 kmod-usb-dwc3 ath10k-firmware-qca4019 \
|
2021-02-01 11:22:35 +08:00
|
|
|
autocore-arm automount autosamba luci-app-adbyby-plus luci-app-ipsec-vpnd luci-app-unblockmusic luci-app-cpufreq luci-app-zerotier \
|
2021-06-29 22:37:51 +08:00
|
|
|
htop ethtool luci-app-cpufreq
|
2018-04-08 17:31:55 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|