Changes between Initial Version and Version 2 of Ticket #942
- Timestamp:
- Oct 18, 2013, 1:26:40 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #942
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #942 – Description
initial v2 1 1 Since 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. 2 2 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.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.