Ver Fonte

ath79: tiny: add 5.15 support for tiny subtarget

Tested on Ubiquiti Nanostation M5 XM with low_mem.

Signed-off-by: Nick Hainke <[email protected]>
Nick Hainke há 3 anos atrás
pai
commit
ae6bfb7d67
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      target/linux/ath79/tiny/target.mk

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

@@ -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