hostapd: bump to 2024-09-06 (wip)
[openwrt/staging/xback.git] / target / linux / airoha / Makefile
1 include $(TOPDIR)/rules.mk
2
3 ARCH:=arm
4 BOARD:=airoha
5 BOARDNAME:=Airoha ARM
6 CPU_TYPE:=cortex-a7
7 FEATURES:=dt squashfs nand ramdisk gpio source-only
8
9 KERNEL_PATCHVER:=6.1
10 KERNEL_TESTING_PATCHVER:=6.6
11
12 include $(INCLUDE_DIR)/target.mk
13
14 KERNELNAME:=Image dtbs
15
16 $(eval $(call BuildTarget))