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

kismet: add support for older kernels that only have oldconfig and not olddefconfig #268

Open
paulgazz opened this issue Aug 6, 2024 · 0 comments
Assignees

Comments

@paulgazz
Copy link
Owner

paulgazz commented Aug 6, 2024

#238 adds kextractor support for linux 3.2, but kismet can't validate the unmet dependencies, because it uses make olddefconfig. make oldconfig works, but requires user input to set the defaults. A quick-and-dirty way is to do the following

yes '' | make oldconfig

with a timeout (in case there are options with no defaults). Update kismet to check the linux version and use this method instead of olddefconfig.

Related to #178 and #259

@paulgazz paulgazz self-assigned this Aug 6, 2024
@paulgazz paulgazz changed the title Add support for older kernels that only have oldconfig and not olddefconfig kismet: add support for older kernels that only have oldconfig and not olddefconfig Aug 6, 2024
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