mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-01 16:27:08 +08:00
18 lines
362 B
Makefile
18 lines
362 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=aarch64
|
|
BOARD:=ipq60xx
|
|
BOARDNAME:=Qualcomm Atheros IPQ60xx
|
|
FEATURES:=squashfs ramdisk fpu nand source-only
|
|
KERNELNAME:=Image dtbs
|
|
CPU_TYPE:=cortex-a53+crypto
|
|
SUBTARGETS:=generic
|
|
|
|
KERNEL_PATCHVER:=5.10
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
DEFAULT_PACKAGES += \
|
|
kmod-leds-gpio kmod-gpio-button-hotplug
|
|
|
|
$(eval $(call BuildTarget))
|