ath79: consolidate testing kernel
[openwrt/openwrt.git] / target / linux / ath79 / Makefile
1 include $(TOPDIR)/rules.mk
2
3 ARCH:=mips
4 BOARD:=ath79
5 BOARDNAME:=Atheros ATH79
6 CPU_TYPE:=24kc
7 SUBTARGETS:=generic mikrotik nand tiny
8
9 FEATURES:=ramdisk squashfs usbgadget
10
11 KERNEL_PATCHVER:=5.4
12 KERNEL_TESTING_PATCHVER:=5.10
13
14 include $(INCLUDE_DIR)/target.mk
15
16 DEFAULT_PACKAGES += \
17 kmod-gpio-button-hotplug swconfig \
18 kmod-ath9k uboot-envtools
19
20 $(eval $(call BuildTarget))