mirror of
https://github.com/hzyitc/openwrt-redmi-ax3000.git
synced 2025-12-16 16:31:57 +00:00
22 lines
371 B
Makefile
22 lines
371 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
BOARD:=ipq50xx
|
|
BOARDNAME:=Qualcomm Atheros IPQ50XX
|
|
SUBTARGETS:=arm aarch64
|
|
|
|
CPU_TYPE:=cortex-a53
|
|
FEATURES:=fpu ramdisk nand squashfs pcie
|
|
|
|
KERNEL_PATCHVER:=5.15
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
KERNELNAME:=Image dtbs
|
|
|
|
DEFAULT_PACKAGES += \
|
|
kmod-gpio-button-hotplug \
|
|
uboot-envtools \
|
|
kmod-qca-nss-dp swconfig
|
|
|
|
$(eval $(call BuildTarget))
|