We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently using this as a kernel module is a little bit of a hassle as it has to be compiled manually again when a newer kernel is installed.
Here it would come in handy when DKMS support is added. This then would enable automatic re-compilation and loading after an kernel update.
I already have a working version of this lying around on my machine.
In case this is wanted I can update the README.md with instructions on how to use this with the dkms command.
README.md
dkms
dkms.conf:
dkms.conf
PACKAGE_NAME="gtp5g" PACKAGE_VERSION="0.8.10" CLEAN="make clean KVER=$kernelver" MAKE="make KVER=$kernelver" BUILT_MODULE_NAME="gtp5g" DEST_MODULE_LOCATION="/kernel/drivers/net" AUTOINSTALL="yes"
If you want to I can open a pull request for this changes.
Cheers.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Motivation / Context
Currently using this as a kernel module is a little bit of a hassle as it has to be compiled manually again when a newer kernel is installed.
Describe the solution you'd like
Here it would come in handy when DKMS support is added.
This then would enable automatic re-compilation and loading after an kernel update.
I already have a working version of this lying around on my machine.
In case this is wanted I can update the
README.md
with instructions on how to use this with thedkms
command.dkms.conf
:If you want to I can open a pull request for this changes.
Cheers.
The text was updated successfully, but these errors were encountered: