You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported in #2 CONFIG_LWIP in stub.mk wasn't properly implemented.
This patch fixes CONFIG_LWIP flag and let us remove lwip from the
build. This will lead to smaller images sizes and less compilation
times.
Signed-off-by: Joao Martins <[email protected]>
lwip=n currently doesn't work. Some guests like ClickOS doesn't require lwip and thus this option should work properly.
Suggestion: We still can use the headers, and just define the network-host byte conversion, at least for now.
The text was updated successfully, but these errors were encountered: