diff options
author | Pawel Dembicki <paweldembicki@gmail.com> | 2022-04-25 09:36:39 +0200 |
---|---|---|
committer | Sungbo Eo <mans0n@gorani.run> | 2022-05-01 13:40:13 +0900 |
commit | 55553a45f8620b716eb3e8a67db3f426bc481a5b (patch) | |
tree | 7a2a1539521dca3231209dd0bc1ec36d846c6736 /target/linux/kirkwood | |
parent | 11fdfc2eca3a718f44cfc4108b3a233900c6660e (diff) | |
download | upstream-55553a45f8620b716eb3e8a67db3f426bc481a5b.tar.gz upstream-55553a45f8620b716eb3e8a67db3f426bc481a5b.tar.bz2 upstream-55553a45f8620b716eb3e8a67db3f426bc481a5b.zip |
kirkwood: set testing kernel version to 5.15
This patch configures kernel testing version for kirkwood target.
Compile tested: all
Run tested: Endian 4i
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Diffstat (limited to 'target/linux/kirkwood')
-rw-r--r-- | target/linux/kirkwood/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index e972b8e587..c7a25451c9 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -11,6 +11,7 @@ FEATURES:=usb nand squashfs ramdisk CPU_TYPE:=xscale KERNEL_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 include $(INCLUDE_DIR)/target.mk |