Skip to content

allow builds with CONFIG_NET disabled #541

@ddiss

Description

@ddiss

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions