Skip to content

Commit

Permalink
Repository was removed. Lets pin to new one with new commit id. (#4944)
Browse files Browse the repository at this point in the history
Signed-off-by: Igor <[email protected]>
  • Loading branch information
igorpecovnik authored Mar 13, 2023
1 parent feb1e4c commit 669d00a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/functions/compilation/patch/drivers_network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,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:69c903b75bde36293c66b25c051916a74dbadf58"

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/"
Expand Down

0 comments on commit 669d00a

Please sign in to comment.