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

Missing DKMS support #115

Open
TheFunctionalGuy opened this issue Oct 10, 2024 · 0 comments
Open

Missing DKMS support #115

TheFunctionalGuy opened this issue Oct 10, 2024 · 0 comments

Comments

@TheFunctionalGuy
Copy link

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 the dkms command.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant