From 86c1d119e17e9a12d7ef16a0a27635e9ae9c1acc Mon Sep 17 00:00:00 2001 From: mollusk Date: Sun, 17 Oct 2021 10:54:22 -0700 Subject: [PATCH] rtlwifi-setup: Comment out old patch for now --- rtlwifi-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtlwifi-setup.sh b/rtlwifi-setup.sh index 66685e5..8c57848 100755 --- a/rtlwifi-setup.sh +++ b/rtlwifi-setup.sh @@ -31,7 +31,7 @@ _apply_patch(){ _install(){ cd "${tmpdir}"/"${pkgname}" - _apply_patch + #_apply_patch VER=$(sed -n 's/\PACKAGE_VERSION="\(.*\)"/\1/p' dkms.conf) rsync -rvhP ./ /usr/src/rtl88x2bu-"${VER}" dkms add -m rtl88x2bu -v "${VER}"