Opened 12 years ago
Closed 11 years ago
#942 closed task (fixed)
Include netplug into beyond-net
| 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 )
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 (3)
comment:1 by , 12 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 12 years ago
| Description: | modified (diff) |
|---|
comment:3 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Included in the 20140613 version of the book.