Bump UEFI edge kernels with kernel config rewrite (#6666)

* Bump UEFI edge kernels with kernel config rewrite
* Update wireless drivers that breaks compilation
This commit is contained in:
Igor 2024-06-01 22:35:46 +02:00 committed by GitHub
parent 0437966dc0
commit 07047176cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 884 additions and 197 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -29,7 +29,7 @@ case "${BRANCH}" in
;;
edge)
declare -g KERNEL_MAJOR_MINOR="6.8"
declare -g KERNEL_MAJOR_MINOR="6.9"
;;
esac

View File

@ -296,7 +296,7 @@ driver_rtl88x2bu() {
if linux-version compare "${version}" ge 5.0; then
# Attach to specific commit (is branch:main)
local rtl88x2buver="commit:561384d0dee045bd3ffd24aacc0698d5eebfdc06" # Commit date: Mar 14, 2024 (please update when updating commit ref)
local rtl88x2buver="commit:e96ef9a9e0a9261598137b3ad2c70fa018914764" # Commit date: May 11, 2024 (please update when updating commit ref)
display_alert "Adding" "Wireless drivers for Realtek 88x2bu chipsets ${rtl88x2buver}" "info"