Changes between Initial Version and Version 2 of Ticket #942


Ignore:
Timestamp:
Oct 18, 2013, 1:26:40 PM (11 years ago)
Author:
Andrew Bradford
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #942

    • Property Owner changed from clfs-commits@… to Andrew Bradford
    • Property Status newassigned
  • Ticket #942 – Description

    initial v2  
    11Since ifplugd in busybox doesn't compile cleanly with musl, let's use netplug (which is also quite small) for bringing the network up and down on Ethernet cable insert/removal.  netplug should go in beyond-net.
    22
    3 Of note, netplug does not compile cleanly and is in need of some patching.  For instance the netplug.h file uses time_t but doesn't #include <time.h> which throws an error and libc.c #includes <assert.h> but then redefines __assert_fail.  These don't show errors native compiling with eglibc but with musl cross building they are errors that should be fixed.
     3Of note, netplug does not compile cleanly and is in need of some patching.  For instance the netplug.h file uses time_t but doesn't #include <time.h> which throws an error and libc.c #includes <assert.h> but then redefines {{{__assert_fail}}}.  These don't show errors native compiling with eglibc but with musl cross building they are errors that should be fixed.