Opened 11 years ago

Last modified 11 years ago

#942 closed task

Include netplug into beyond-net — at Version 2

Reported by: Andrew Bradford Owned by: Andrew Bradford
Priority: major Milestone: CLFS Embedded 1.0.0
Component: BOOK Version: CLFS Embedded GIT
Keywords: Cc:

Description (last modified by Andrew Bradford)

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.

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.

Change History (2)

comment:1 by Andrew Bradford, 11 years ago

Owner: changed from clfs-commits@… to Andrew Bradford
Status: newassigned

comment:2 by Andrew Bradford, 11 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.