diff options
| author | Pawel Dembicki | 2022-04-25 07:36:39 +0000 |
|---|---|---|
| committer | Sungbo Eo | 2022-05-01 04:40:13 +0000 |
| commit | 55553a45f8620b716eb3e8a67db3f426bc481a5b (patch) | |
| tree | 7a2a1539521dca3231209dd0bc1ec36d846c6736 | |
| parent | 11fdfc2eca3a718f44cfc4108b3a233900c6660e (diff) | |
| download | openwrt-55553a45f8620b716eb3e8a67db3f426bc481a5b.tar.gz | |
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>
| -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 |