Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add rtl8814au wifi driver #9

Merged
merged 2 commits into from
Jan 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add kernel version override to makefile
Sean Radigan committed Jan 20, 2024
commit b0f60275f486d3a94148c3e5ce7cf1cca15d8698
2 changes: 1 addition & 1 deletion staging/rtl8814au/rtl8814au-kmod.spec
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ for kernel_version in %{?kernel_versions} ; do
pushd _kmod_build_${kernel_version%%___*}/
cd %{srcname}-%{srccommit}
make clean
make
make KVER=${kernel_version%%___*}
# Rename the module to have rtl prefix for Realtek
mv %{srcname}.ko %{modname}.ko
popd