mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
20 lines
414 B
Makefile
20 lines
414 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=aarch64
|
|
BOARD:=ipq807x
|
|
BOARDNAME:=Qualcomm Atheros IPQ807X
|
|
FEATURES:=squashfs fpu ramdisk nand source-only
|
|
KERNELNAME:=Image dtbs
|
|
CPU_TYPE:=cortex-a53
|
|
SUBTARGETS:=generic
|
|
|
|
KERNEL_PATCHVER:=5.4
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
DEFAULT_PACKAGES += \
|
|
kmod-leds-gpio kmod-gpio-button-hotplug \
|
|
ath11k-firmware-ipq8074 kmod-ath11k \
|
|
wpad-basic-wolfssl
|
|
|
|
$(eval $(call BuildTarget))
|