summaryrefslogtreecommitdiffstats
path: root/target/linux/rockchip
diff options
context:
space:
mode:
authorTianling Shen <cnsztl@immortalwrt.org>2023-06-26 00:37:28 +0800
committerHauke Mehrtens <hauke@hauke-m.de>2023-11-26 19:44:56 +0100
commit48c9a4b47c8bccd8d25de3bcc72544fd16e3c39d (patch)
tree8a4b9db4564652868eb39e5d579c5d3cffffe777 /target/linux/rockchip
parentdd8972fde37cacfce073ed70da92ee4a6ff51eea (diff)
downloadopenwrt-48c9a4b47c8bccd8d25de3bcc72544fd16e3c39d.tar.gz
openwrt-48c9a4b47c8bccd8d25de3bcc72544fd16e3c39d.tar.bz2
openwrt-48c9a4b47c8bccd8d25de3bcc72544fd16e3c39d.zip
rockchip: switch to kernel 6.1
Required by the following rk3568 support. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'target/linux/rockchip')
-rw-r--r--target/linux/rockchip/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/rockchip/Makefile b/target/linux/rockchip/Makefile
index f17f0bdf49..42d75e3b4f 100644
--- a/target/linux/rockchip/Makefile
+++ b/target/linux/rockchip/Makefile
@@ -7,8 +7,7 @@ BOARDNAME:=Rockchip
FEATURES:=ext4 audio usb usbgadget display gpio fpu pci pcie rootfs-part boot-part squashfs
SUBTARGETS:=armv8
-KERNEL_PATCHVER:=5.15
-KERNEL_TESTING_PATCHVER:=6.1
+KERNEL_PATCHVER:=6.1
define Target/Description
Build firmware image for Rockchip SoC devices.