diff options
author | Aleksander Jan Bajkowski <olek2@wp.pl> | 2022-03-21 19:09:32 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-04-09 19:31:46 +0200 |
commit | 848f112c91b54e1f7e3a591a5e4b5de8b3aa256b (patch) | |
tree | f58696b91ef6b2c56eb0bae1e5e946847537dd63 /target | |
parent | 03befa257e5c76ba3464ec84512cca46a0c48aad (diff) | |
download | upstream-848f112c91b54e1f7e3a591a5e4b5de8b3aa256b.tar.gz upstream-848f112c91b54e1f7e3a591a5e4b5de8b3aa256b.tar.bz2 upstream-848f112c91b54e1f7e3a591a5e4b5de8b3aa256b.zip |
armvirt: add 5.15 as testing kernel
Add 5.15 as testing kernel.
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/armvirt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/armvirt/Makefile b/target/linux/armvirt/Makefile index 21d8f04d9e..6a2587fb38 100644 --- a/target/linux/armvirt/Makefile +++ b/target/linux/armvirt/Makefile @@ -10,6 +10,7 @@ FEATURES:=fpu pci rtc usb FEATURES+=cpiogz ext4 ramdisk squashfs targz KERNEL_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 include $(INCLUDE_DIR)/target.mk |