Skip to content

Commit

Permalink
Updated_Upstream_rtl88x2bu
Browse files Browse the repository at this point in the history
  • Loading branch information
n2qcn committed Aug 5, 2021
1 parent f7f992d commit 91a791c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/compilation-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ compilation_prepare()
if linux-version compare "${version}" ge 3.14 && [ "$EXTRAWIFI" == yes ]; then

# attach to specifics tag or branch
local rtl88x2buver="branch:5.6.1_30362.20181109_COEX20180928-6a6a"
local rtl88x2buver="branch:5.8.7.1_35809.20191129_COEX20191120-7777"

display_alert "Adding" "Wireless drivers for Realtek 88x2bu chipsets ${rtl88x2buver}" "info"

Expand Down Expand Up @@ -539,9 +539,6 @@ compilation_prepare()
sed -i '/source "drivers\/net\/wireless\/ti\/Kconfig"/a source "drivers\/net\/wireless\/rtl88x2bu\/Kconfig"' \
"$kerneldir/drivers/net/wireless/Kconfig"

# add support for K5.12+
process_patch_file "${SRC}/patch/misc/wireless-realtek-88x2bu-5.12.patch" "applying"

fi


Expand Down

0 comments on commit 91a791c

Please sign in to comment.