bump rockchip 32bit edge kernel to v6.14

This commit is contained in:
Paolo Sabatino
2025-03-26 19:15:27 +01:00
committed by Paolo
parent e6856186cb
commit 7c55b4fce9
134 changed files with 27 additions and 10 deletions

View File

@@ -56,7 +56,7 @@ case $BRANCH in
edge)
declare -g KERNEL_MAJOR_MINOR="6.13" # Major and minor versions of this kernel.
declare -g KERNEL_MAJOR_MINOR="6.14" # Major and minor versions of this kernel.
;;
esac

View File

@@ -610,6 +610,11 @@ driver_rtl8723cs() {
process_patch_file "${SRC}/patch/misc/wireless-rtl8723cs/8723cs-Port-to-6.13.patch" "applying"
fi
if linux-version compare "${version}" ge 6.14; then
process_patch_file "${SRC}/patch/misc/wireless-rtl8723cs/8723cs-Port-to-6.14.patch" "applying"
fi
}
### The vendor's RTL8723DS driver is still required for RockPI-S support because

View File

@@ -1,10 +1,10 @@
config:
# Just some info stuff; not used by the patching scripts
name: rockchip-6.13
name: rockchip-6.14
kind: kernel
type: mainline # or: vendor
branch: linux-6.13.y
last-known-good-tag: v6.13-rc5
branch: linux-6.14.y
last-known-good-tag: v6.14
maintainers:
- { github: paolo.sabatino, name: Paolo Sabatino, email: paolo.sabatino@gmail.com, armbian-forum: jock }

Some files were not shown because too many files have changed in this diff Show More