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

Remove dependency on LWIP #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Remove dependency on LWIP #11

wants to merge 3 commits into from

Conversation

jpemartins
Copy link
Contributor

This PR removes LWIP from the building, and instead making it as an option. Besides speeding up the builds, it also decreases image size.

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]>
Adds support for htonl, htons, ntohl, ntohs when building with
CONFIG_LWIP=n

Signed-off-by: Joao Martins <[email protected]>
Fixes #2

Signed-off-by: Joao Martins <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants