@@ -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
@@ -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
@@ -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 }