diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2022-08-06 19:44:02 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-09-24 23:53:53 +0200 |
commit | e2f0821b5a26bd7ee9d9db93358fa515eca98d1b (patch) | |
tree | 01927b5b4ec59f0e73a36682f1597ddca5338df1 /target/linux/uml/Makefile | |
parent | 8bea5edf89e57c32b98620540a457441f5f8ddeb (diff) | |
download | upstream-e2f0821b5a26bd7ee9d9db93358fa515eca98d1b.tar.gz upstream-e2f0821b5a26bd7ee9d9db93358fa515eca98d1b.tar.bz2 upstream-e2f0821b5a26bd7ee9d9db93358fa515eca98d1b.zip |
uml: add Kernel 5.15 support via testing
Add the latest default Kernel for testing.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/uml/Makefile')
-rw-r--r-- | target/linux/uml/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index 5c884fb9a0..90770cc0e4 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -14,6 +14,7 @@ BOARDNAME:=User Mode Linux FEATURES:=audio ext4 rootfs-part squashfs KERNEL_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 include $(INCLUDE_DIR)/target.mk |