lede/target/linux/ipq95xx/Makefile
2023-12-07 22:40:13 +08:00

19 lines
372 B
Makefile

include $(TOPDIR)/rules.mk
ARCH:=aarch64
BOARD:=ipq95xx
BOARDNAME:=Qualcomm Atheros IPQ95XX
FEATURES:=squashfs fpu ramdisk nand pcie
CPU_TYPE:=cortex-a73
SUBTARGETS:=generic
KERNELNAME:=Image dtbs
KERNEL_PATCHVER:=6.1
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += \
e2fsprogs uboot-envtools kmod-leds-gpio kmod-gpio-button-hotplug
$(eval $(call BuildTarget))