Browse Source

ath79: consolidate testing kernel

All subtargets have the same testing kernel set, so move it to the
target definition.

Signed-off-by: Adrian Schmutzler <[email protected]>
Adrian Schmutzler 4 years ago
parent
commit
60e931eae2

+ 1 - 0
target/linux/ath79/Makefile

@@ -9,6 +9,7 @@ SUBTARGETS:=generic mikrotik nand tiny
 FEATURES:=ramdisk squashfs usbgadget
 FEATURES:=ramdisk squashfs usbgadget
 
 
 KERNEL_PATCHVER:=5.4
 KERNEL_PATCHVER:=5.4
+KERNEL_TESTING_PATCHVER:=5.10
 
 
 include $(INCLUDE_DIR)/target.mk
 include $(INCLUDE_DIR)/target.mk
 
 

+ 0 - 2
target/linux/ath79/generic/target.mk

@@ -2,8 +2,6 @@ BOARDNAME:=Generic
 
 
 DEFAULT_PACKAGES += wpad-basic-wolfssl
 DEFAULT_PACKAGES += wpad-basic-wolfssl
 
 
-KERNEL_TESTING_PATCHVER:=5.10
-
 define Target/Description
 define Target/Description
 	Build firmware images for generic Atheros AR71xx/AR913x/AR934x based boards.
 	Build firmware images for generic Atheros AR71xx/AR913x/AR934x based boards.
 endef
 endef

+ 0 - 2
target/linux/ath79/mikrotik/target.mk

@@ -5,8 +5,6 @@ IMAGES_DIR := ../../..
 
 
 DEFAULT_PACKAGES += wpad-basic-wolfssl
 DEFAULT_PACKAGES += wpad-basic-wolfssl
 
 
-KERNEL_TESTING_PATCHVER:=5.10
-
 define Target/Description
 define Target/Description
 	Build firmware images for MikroTik devices based on Qualcomm Atheros
 	Build firmware images for MikroTik devices based on Qualcomm Atheros
 	MIPS SoCs (AR71xx, AR72xx, AR91xx, AR93xx, QCA95xx).
 	MIPS SoCs (AR71xx, AR72xx, AR91xx, AR93xx, QCA95xx).

+ 0 - 2
target/linux/ath79/nand/target.mk

@@ -4,8 +4,6 @@ FEATURES += nand
 
 
 DEFAULT_PACKAGES += wpad-basic-wolfssl
 DEFAULT_PACKAGES += wpad-basic-wolfssl
 
 
-KERNEL_TESTING_PATCHVER:=5.10
-
 define Target/Description
 define Target/Description
 	Firmware for boards using Qualcomm Atheros, MIPS-based SoCs
 	Firmware for boards using Qualcomm Atheros, MIPS-based SoCs
 	in the ar72xx and subsequent series, with support for NAND flash
 	in the ar72xx and subsequent series, with support for NAND flash

+ 0 - 2
target/linux/ath79/tiny/target.mk

@@ -3,8 +3,6 @@ FEATURES += small_flash
 
 
 DEFAULT_PACKAGES += wpad-basic-wolfssl
 DEFAULT_PACKAGES += wpad-basic-wolfssl
 
 
-KERNEL_TESTING_PATCHVER:=5.10
-
 define Target/Description
 define Target/Description
 	Build firmware images for Atheros AR71xx/AR913x/AR934x based boards with small flash
 	Build firmware images for Atheros AR71xx/AR913x/AR934x based boards with small flash
 endef
 endef