60e931eae2
All subtargets have the same testing kernel set, so move it to the target definition. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
21 lines
371 B
Makefile
21 lines
371 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=mips
|
|
BOARD:=ath79
|
|
BOARDNAME:=Atheros ATH79
|
|
CPU_TYPE:=24kc
|
|
SUBTARGETS:=generic mikrotik nand tiny
|
|
|
|
FEATURES:=ramdisk squashfs usbgadget
|
|
|
|
KERNEL_PATCHVER:=5.4
|
|
KERNEL_TESTING_PATCHVER:=5.10
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += \
|
|
kmod-gpio-button-hotplug swconfig \
|
|
kmod-ath9k uboot-envtools
|
|
|
|
$(eval $(call BuildTarget))
|