mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Update commit for network driver rtl88x2cs. Re-enable build
This commit is contained in:
committed by
Igor
parent
7c062f7dae
commit
4e7363f227
@@ -428,10 +428,10 @@ driver_rtl88x2cs() {
|
||||
|
||||
# Wireless drivers for Realtek 88x2cs chipsets
|
||||
|
||||
if linux-version compare "${version}" ge 5.9 && linux-version compare "${version}" lt 6.1; then
|
||||
if linux-version compare "${version}" ge 5.9; then
|
||||
|
||||
# attach to specifics tag or branch
|
||||
local rtl88x2csver='commit:b77a5cf442fbc01c1220b8174ee2227a8f71e204' # was "branch:tune_for_jethub"
|
||||
local rtl88x2csver='commit:10f39b61c51fa0302062059e00e9b5440dd3c7a6' # track "branch:tune_for_jethub"
|
||||
|
||||
display_alert "Adding" "Wireless drivers for Realtek 88x2cs chipsets ${rtl88x2csver}" "info"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user