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:
parent
0437966dc0
commit
07047176cc
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
@ -29,7 +29,7 @@ case "${BRANCH}" in
|
||||
;;
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.8"
|
||||
declare -g KERNEL_MAJOR_MINOR="6.9"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user