You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/ipq807x/Makefile

15 lines
261 B
Makefile

include $(TOPDIR)/rules.mk
ARCH:=aarch64
BOARD:=ipq807x
BOARDNAME:=Qualcomm Atheros IPQ807x
FEATURES:=squashfs ramdisk source-only
KERNELNAME:=Image dtbs
CPU_TYPE:=cortex-a53
KERNEL_PATCHVER:=5.4
include $(INCLUDE_DIR)/target.mk
$(eval $(call BuildTarget))