rtlwifi-setup: Comment out old patch for now

This commit is contained in:
mollusk 2021-10-17 10:54:22 -07:00
parent d1474f7522
commit 86c1d119e1

View File

@ -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}"