aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/generic
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2022-03-27 23:12:39 +0200
committerDavid Bauer <mail@david-bauer.net>2022-03-30 17:28:39 +0200
commit9a0155bc4fa3642cdf930d50098bc929173f170f (patch)
tree3e1387b63be3e1fc8124d5b447d35b1d6273fcc7 /target/linux/ath79/generic
parentfc94c0d203d1c97d3dfdd045fb57b1cb7826e491 (diff)
downloadupstream-9a0155bc4fa3642cdf930d50098bc929173f170f.tar.gz
upstream-9a0155bc4fa3642cdf930d50098bc929173f170f.tar.bz2
upstream-9a0155bc4fa3642cdf930d50098bc929173f170f.zip
ath79: add 5.15 support for generic subtarget
Add Kernel 5.15 patches + config. This is currently only available for the generic subtarget, as it was exclusively tested with this target. Tested-on: Siemens WS-AP3610, Enterasys WS-AP3705i Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/ath79/generic')
-rw-r--r--target/linux/ath79/generic/target.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ath79/generic/target.mk b/target/linux/ath79/generic/target.mk
index 4e53c89260..af330b09b8 100644
--- a/target/linux/ath79/generic/target.mk
+++ b/target/linux/ath79/generic/target.mk
@@ -2,6 +2,8 @@ BOARDNAME:=Generic
DEFAULT_PACKAGES += wpad-basic-wolfssl
+KERNEL_TESTING_PATCHVER:=5.15
+
define Target/Description
Build firmware images for generic Atheros AR71xx/AR913x/AR934x based boards.
endef