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
|
|
|
|
MAINTAINER:=John Crispin <john@phrozen.org>
|
|
|
|
|
2019-02-26 23:11:31 +08:00
|
|
|
# TODO: drop kmod-usb-dwc3-of-simple when migrating to 4.19
|
2019-12-02 07:28:28 -08:00
|
|
|
KERNEL_PATCHVER:=4.19
|
2018-04-08 17:31:55 +08:00
|
|
|
|
|
|
|
KERNELNAME:=zImage Image dtbs
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += \
|
2019-12-02 07:28:28 -08:00
|
|
|
kmod-usb-dwc3-qcom \
|
2018-04-08 17:31:55 +08:00
|
|
|
kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
|
2019-11-25 07:57:14 -08:00
|
|
|
kmod-ath10k wpad-openssl \
|
|
|
|
kmod-usb3 kmod-usb-dwc3 ath10k-firmware-qca4019 \
|
2019-10-28 19:52:51 -07:00
|
|
|
automount autosamba luci-app-ipsec-vpnd v2ray shadowsocks-libev-ss-redir shadowsocksr-libev-server \
|
2019-12-02 07:55:52 -08:00
|
|
|
luci-app-unblockmusic luci-app-qbittorrent htop
|
2018-04-08 17:31:55 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|