kernel: move mv88e6xxx fix to generic backports
[openwrt/openwrt.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
11 include $(INCLUDE_DIR)/target.mk
12
13 KERNELNAME:=Image dtbs
14
15 $(eval $(call BuildTarget))