mirror of
https://github.com/armbian/build.git
synced 2025-09-18 12:11:12 +02:00
drivers_network: bumps to drivers from upstream repos (by Igor, from AR-2005)
Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
This commit is contained in:
parent
8d10a84839
commit
1efe94cc0d
@ -285,7 +285,7 @@ driver_rtl8811CU_rtl8821C() {
|
||||
if linux-version compare "${version}" ge 3.14; then
|
||||
|
||||
# attach to specifics tag or branch
|
||||
local rtl8811cuver="commit:9e2772540f66a69170f43864a6560d0d190d97b1"
|
||||
local rtl8811cuver="commit:a41ef7cabd1aa36fa2b4eb63a71cf719bff11b72"
|
||||
|
||||
display_alert "Adding" "Wireless drivers for Realtek RTL8811CU and RTL8821C chipsets ${rtl8811cuver}" "info"
|
||||
|
||||
@ -318,11 +318,6 @@ driver_rtl8811CU_rtl8821C() {
|
||||
sed -i '/source "drivers\/net\/wireless\/ti\/Kconfig"/a source "drivers\/net\/wireless\/rtl8811cu\/Kconfig"' \
|
||||
"$kerneldir/drivers/net/wireless/Kconfig"
|
||||
|
||||
process_patch_file "${SRC}/patch/misc/wireless-rtl8811cu-Fix-p2p-go-advertising.patch" "applying"
|
||||
|
||||
# fix compilation for kernels >= 5.4
|
||||
process_patch_file "${SRC}/patch/misc/wireless-rtl8811cu-Fix-VFS-import.patch" "applying"
|
||||
|
||||
fi
|
||||
|
||||
}
|
||||
@ -382,7 +377,7 @@ driver_rtl88x2bu() {
|
||||
if linux-version compare "${version}" ge 5.0; then
|
||||
|
||||
# attach to specifics tag or branch
|
||||
local rtl88x2buver="commit:2590672d717e2516dd2e96ed66f1037a6815bced"
|
||||
local rtl88x2buver="commit:cd2b6cbd9c8fbfebee8a1f28fab8e4434450456c"
|
||||
|
||||
display_alert "Adding" "Wireless drivers for Realtek 88x2bu chipsets ${rtl88x2buver}" "info"
|
||||
|
||||
@ -411,17 +406,6 @@ driver_rtl88x2bu() {
|
||||
sed -i "/source \"drivers\/net\/wireless\/ti\/Kconfig\"/a source \"drivers\/net\/wireless\/rtl88x2bu\/Kconfig\"" \
|
||||
"$kerneldir/drivers/net/wireless/Kconfig"
|
||||
|
||||
process_patch_file "${SRC}/patch/misc/wireless-rtl88x2bu-Fix-p2p-go-advertising.patch" "applying"
|
||||
|
||||
# fix compilation for kernels >= 5.4
|
||||
process_patch_file "${SRC}/patch/misc/wireless-rtl88x2bu-Fix-VFS-import.patch" "applying"
|
||||
|
||||
# fix compilation for kernels >= 6.3
|
||||
process_patch_file "${SRC}/patch/misc/wireless-rtl88x2bu-6.3.0.patch" "applying"
|
||||
|
||||
# fix compilation for kernels >= 6.3.13 < 6.4 and >= 6.5
|
||||
process_patch_file "${SRC}/patch/misc/wireless-rtl88x2bu-wireless-ignore-stale-kickoff-removal.patch" "applying"
|
||||
|
||||
fi
|
||||
|
||||
}
|
||||
@ -544,7 +528,7 @@ driver_rtl8723DU() {
|
||||
|
||||
if linux-version compare "${version}" ge 5.0; then
|
||||
|
||||
local rtl8723duver='commit:b9f1060c848ce18af01c0a62a459c3a08ccde20c' # was "branch:master"
|
||||
local rtl8723duver='commit:ae03b0861351f72808405ddda80e8aab105bcfce' # was "branch:master"
|
||||
|
||||
display_alert "Adding" "Wireless drivers for Realtek 8723DU chipsets ${rtl8723duver}" "info"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user