Re: Unit tests for busybox

2013-11-04 Thread John Spencer
Bartosz Gołaszewski wrote: Hi! While working on my small free-time project - a compact message bus for embedded systems (think small dbus) a good idea. it already exists though: http://unixbus.org/ubus/ just FYI. --JS ___ busybox mailing list busybo

Unit tests for busybox

2013-11-04 Thread Bartosz Gołaszewski
Hi! While working on my small free-time project - a compact message bus for embedded systems (think small dbus) - I wrote a simple unit testing framework. The project is hosted on github: https://github.com/Zajcev/busybus (BTW - is it ok to use the name 'busybus'?) The test framework and some in

Re: [PATCH] udhcp: Add config file option (code 209) definition

2013-11-04 Thread Jeremy Kerr
Hi Denys, >> @@ -62,6 +62,7 @@ const struct dhcp_optflag dhcp_optflags[] = { >> { OPTION_U16 , 0x84 }, /* DHCP_VLAN_ID >> */ >> { OPTION_U8 , 0x85 }, /* >> DHCP_VLAN_PRIORITY */ >> #endif >> + { OPTION_STRING

Re: [PATCH] udhcp: Add config file option (code 209) definition

2013-11-04 Thread Denys Vlasenko
On Mon, Nov 4, 2013 at 2:49 AM, Jeremy Kerr wrote: > This change adds a definition for DHCP option 209. RFC 5071 defines code > 209 as a configuration file for a PXE bootloader; this change uses > the string "conffile" as its text identifier. > > Signed-off-by: Jeremy Kerr > > --- > networking/u