[BusyBox] bug#1271: udhcp busybox integration

Russ Dill Russ.Dill at asu.edu
Thu Sep 26 13:16:05 UTC 2002


Package: busybox
Version: CVS
Severity: wishlist


These patches and files allow for full integration of udhcp into busybox. 
Updating busybox to the latest version of udhcp is easy, just do a cp 
*.[ch] from the busybox directory. The only libbb function that is used
now is xmalloc, but other functions can be used to save additional space.

Also, it might be a good idea to make a busybox applet that serves as a
default script to udhcpc, that would be written in c, as many people
just want it to work, and don't care about how it does it.

udhcp.diff: apply against the busybox directory
config.in: goes in networking/udhcp
Makefile.in: goes in networking/udhcp

cp udhcp/*.[ch] networking/udhcp
cp udhcp/samples/sample.* udhcp/samples/simple.script
udhcp/samples/udhcpd.conf examples/udhcp
rm busybox/networking/udhcpc.c




-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile.in
Type: text/x-makefile
Size: 1502 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/busybox/attachments/20020926/50fb3644/attachment.bin 
-------------- next part --------------
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#

mainmenu_option next_comment
comment 'udhcp Server/Client'

bool 'udhcp Server (udhcpd)'			CONFIG_UDHCPD
bool 'udhcp Client (udhcpc)'			CONFIG_UDHCPC
bool 'Lease display utility (dumpleases)'	CONFIG_DUMPLEASES
if [ "$CONFIG_UDHCPD" = "y" -o "$CONFIG_UDHCPC" = "y" ]; then
    bool '  Log udhcp messages to syslog (instead of stdout)' CONFIG_FEATURE_UDHCP_SYSLOG
    bool '  Compile udhcp with noisy debugging messages' CONFIG_FEATURE_UDHCP_DEBUG  
fi

endmenu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: udhcp.diff
Type: text/x-patch
Size: 5060 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/busybox/attachments/20020926/50fb3644/attachment-0001.bin 


More information about the busybox mailing list