From a1aab845c0e8f9ae26f5579f79e6e4d0280e0a3d Mon Sep 17 00:00:00 2001 From: Paolo Sabatino Date: Mon, 25 Mar 2024 23:46:19 +0100 Subject: [PATCH] rockchip64: update patching YAML file --- .../archive/rockchip64-6.8/0000.patching_config.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/patch/kernel/archive/rockchip64-6.8/0000.patching_config.yaml b/patch/kernel/archive/rockchip64-6.8/0000.patching_config.yaml index bf062c253988..1872806190d0 100644 --- a/patch/kernel/archive/rockchip64-6.8/0000.patching_config.yaml +++ b/patch/kernel/archive/rockchip64-6.8/0000.patching_config.yaml @@ -1,13 +1,14 @@ -config: # This is file 'patch/kernel/archive/rockchip64-6.7/0000.patching_config.yaml' +config: # This is file 'patch/kernel/archive/rockchip64-6.8/0000.patching_config.yaml' # Just some info stuff; not used by the patching scripts - name: rockchip64-6.7 + name: rockchip64-6.8 kind: kernel type: mainline # or: vendor - branch: linux-6.7.y - last-known-good-tag: v6.7.0 + branch: linux-6.8.y + last-known-good-tag: v6.8.1 maintainers: - { github: rpardini, name: Ricardo Pardini, email: ricardo@pardini.net, armbian-forum: rpardini } + - { github: paolosabatino, name: Paolo Sabatino, email: paolo.sabatino@gmail.com, armbian-forum: jock } # .dts files in these directories will be copied as-is to the build tree; later ones overwrite earlier ones. # This is meant to provide a way to "add a board DTS" without having to null-patch them in.