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

allow builds with CONFIG_NET disabled #541

Open
ddiss opened this issue May 20, 2024 · 0 comments
Open

allow builds with CONFIG_NET disabled #541

ddiss opened this issue May 20, 2024 · 0 comments

Comments

@ddiss
Copy link

ddiss commented May 20, 2024

arch/lkl/Kconfig currently carries:

 17        select NET
 18        select MULTIUSER
 19        select INET
 20        select IPV6

This keeps things relatively simple in that tools/lkl/lib/net.c etc. can be built unconditionally. Still, there's no particular reason to only support lkl builds alongside CONFIG_NET, given that tools such as lklfuse have no specific need for anything network related.

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