diff options
author | Juergen Wurzer <wurzer.juergen@gmail.com> | 2022-06-16 21:03:20 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2022-06-18 22:11:26 +0200 |
commit | acbe1d4d360d859d40cfaad499b9f7c6d2f096e2 (patch) | |
tree | afe2044ce7cdce24a648ef8e3167e1aa163ebb98 /target/linux/rockchip/Makefile | |
parent | 535b0c70b1c466733b009144f81f5207f1ecd311 (diff) | |
download | upstream-acbe1d4d360d859d40cfaad499b9f7c6d2f096e2.tar.gz upstream-acbe1d4d360d859d40cfaad499b9f7c6d2f096e2.tar.bz2 upstream-acbe1d4d360d859d40cfaad499b9f7c6d2f096e2.zip |
rockchip: add kernel 5.15 as testing
Add kernel 5.15 as testing kernel for the rockchip-armv8 target.
Signed-off-by: Juergen Wurzer <wurzer.juergen@gmail.com>
[squash commits, update commit message]
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/rockchip/Makefile')
-rw-r--r-- | target/linux/rockchip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/rockchip/Makefile b/target/linux/rockchip/Makefile index 0245f02eac..1fbd4983da 100644 --- a/target/linux/rockchip/Makefile +++ b/target/linux/rockchip/Makefile @@ -7,7 +7,8 @@ BOARDNAME:=Rockchip FEATURES:=ext4 audio usb usbgadget display gpio fpu pci pcie rootfs-part boot-part squashfs SUBTARGETS:=armv8 -KERNEL_PATCHVER=5.10 +KERNEL_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 define Target/Description Build firmware image for Rockchip SoC devices. |