mirror of
https://github.com/clockworkpi/uConsole.git
synced 2025-12-12 18:18:50 +01:00
add drivers_network.sh.patch
This commit is contained in:
parent
0c00a6b907
commit
5fc359c7bc
18
Code/patch/a06/20230630/drivers_network.sh.patch
Normal file
18
Code/patch/a06/20230630/drivers_network.sh.patch
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
diff --git a/lib/functions/compilation/patch/drivers_network.sh b/lib/functions/compilation/patch/drivers_network.sh
|
||||||
|
index b54e40adc..c1c7d6cfb 100644
|
||||||
|
--- a/lib/functions/compilation/patch/drivers_network.sh
|
||||||
|
+++ b/lib/functions/compilation/patch/drivers_network.sh
|
||||||
|
@@ -225,11 +225,11 @@ driver_rtl8811CU_rtl8821C()
|
||||||
|
if linux-version compare "${version}" ge 3.14 && [ "$EXTRAWIFI" == yes ]; then
|
||||||
|
|
||||||
|
# attach to specifics tag or branch
|
||||||
|
- local rtl8811cuver="commit:7b8c45a270454f05e2dbf3beeb4afcf817db65da"
|
||||||
|
+ local rtl8811cuver="commit:dc9ee6c6a8b47d0e365fcf1977439c7243da71d5"
|
||||||
|
|
||||||
|
display_alert "Adding" "Wireless drivers for Realtek RTL8811CU and RTL8821C chipsets ${rtl8811cuver}" "info"
|
||||||
|
|
||||||
|
- fetch_from_repo "$GITHUB_SOURCE/morrownr/8821cu-20210118" "rtl8811cu" "${rtl8811cuver}" "yes"
|
||||||
|
+ fetch_from_repo "$GITHUB_SOURCE/morrownr/8821cu-20210916" "rtl8811cu" "${rtl8811cuver}" "yes"
|
||||||
|
cd "$kerneldir" || exit
|
||||||
|
rm -rf "$kerneldir/drivers/net/wireless/rtl8811cu"
|
||||||
|
mkdir -p "$kerneldir/drivers/net/wireless/rtl8811cu/"
|
||||||
Loading…
x
Reference in New Issue
Block a user