ath79: tiny: add 5.15 support for tiny subtarget
authorNick Hainke <vincent@systemli.org>
Tue, 23 Aug 2022 16:44:21 +0000 (18:44 +0200)
committerDavid Bauer <mail@david-bauer.net>
Tue, 6 Sep 2022 00:57:29 +0000 (02:57 +0200)
Tested on Ubiquiti Nanostation M5 XM with low_mem.

Signed-off-by: Nick Hainke <vincent@systemli.org>
target/linux/ath79/tiny/target.mk

index 28e02f7a674c434abd1da7a08b145c27822766b4..8241aacd3a75fe24e49e8bf872d55c6aad398ab4 100644 (file)
@@ -3,6 +3,8 @@ FEATURES += low_mem small_flash
 
 DEFAULT_PACKAGES += wpad-basic-wolfssl
 
+KERNEL_TESTING_PATCHVER:=5.15
+
 define Target/Description
        Build firmware images for Atheros AR71xx/AR913x/AR934x based boards with small flash
 endef