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

Commits on Oct 1, 2014

  1. build: fix CONFIG_LWIP usage

    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]>
    jpemartins committed Oct 1, 2014
    4 Configuration menu
    Copy the full SHA
    924e55c View commit details
    Browse the repository at this point in the history
  2. posix: add byteorder functions

    Adds support for htonl, htons, ntohl, ntohs when building with
    CONFIG_LWIP=n
    
    Signed-off-by: Joao Martins <[email protected]>
    jpemartins committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    759b97d View commit details
    Browse the repository at this point in the history
  3. build: CONFIG_LWIP=n by default

    Fixes #2
    
    Signed-off-by: Joao Martins <[email protected]>
    jpemartins committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    e2f2934 View commit details
    Browse the repository at this point in the history