mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
19 lines
372 B
Makefile
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))
|