add back in udhcp support
authorMike Frysinger <vapier@gentoo.org>
Mon, 8 May 2006 03:20:50 +0000 (03:20 -0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 8 May 2006 03:20:50 +0000 (03:20 -0000)
commit7031f62d9b750568b5e98bdb8c59c3c1a72e073d
treeb8d037a539281e7f7592e3045fa59e445495f603
parent15fe2e11d7886d04450cabc8b40f0d396b6b6d85
add back in udhcp support
62 files changed:
include/applets.h
networking/udhcp/AUTHORS [new file with mode: 0644]
networking/udhcp/COPYING [new file with mode: 0644]
networking/udhcp/ChangeLog [new file with mode: 0644]
networking/udhcp/Config.in [new file with mode: 0644]
networking/udhcp/Makefile [new file with mode: 0644]
networking/udhcp/Makefile.busybox [new file with mode: 0644]
networking/udhcp/Makefile.in [new file with mode: 0644]
networking/udhcp/Makefile.udhcp [new file with mode: 0644]
networking/udhcp/README [new file with mode: 0644]
networking/udhcp/README.dumpleases [new file with mode: 0644]
networking/udhcp/README.udhcpc [new file with mode: 0644]
networking/udhcp/README.udhcpd [new file with mode: 0644]
networking/udhcp/TODO [new file with mode: 0644]
networking/udhcp/arpping.c [new file with mode: 0644]
networking/udhcp/arpping.h [new file with mode: 0644]
networking/udhcp/clientpacket.c [new file with mode: 0644]
networking/udhcp/clientpacket.h [new file with mode: 0644]
networking/udhcp/clientsocket.c [new file with mode: 0644]
networking/udhcp/clientsocket.h [new file with mode: 0644]
networking/udhcp/common.c [new file with mode: 0644]
networking/udhcp/common.h [new file with mode: 0644]
networking/udhcp/dhcpc.c [new file with mode: 0644]
networking/udhcp/dhcpc.h [new file with mode: 0644]
networking/udhcp/dhcpd.c [new file with mode: 0644]
networking/udhcp/dhcpd.h [new file with mode: 0644]
networking/udhcp/dumpleases.1 [new file with mode: 0644]
networking/udhcp/dumpleases.c [new file with mode: 0644]
networking/udhcp/files.c [new file with mode: 0644]
networking/udhcp/files.h [new file with mode: 0644]
networking/udhcp/frontend.c [new file with mode: 0644]
networking/udhcp/leases.c [new file with mode: 0644]
networking/udhcp/leases.h [new file with mode: 0644]
networking/udhcp/libbb_udhcp.h [new file with mode: 0644]
networking/udhcp/options.c [new file with mode: 0644]
networking/udhcp/options.h [new file with mode: 0644]
networking/udhcp/packet.c [new file with mode: 0644]
networking/udhcp/packet.h [new file with mode: 0644]
networking/udhcp/pidfile.c [new file with mode: 0644]
networking/udhcp/pidfile.h [new file with mode: 0644]
networking/udhcp/samples/README [new file with mode: 0644]
networking/udhcp/samples/sample.bound [new file with mode: 0755]
networking/udhcp/samples/sample.deconfig [new file with mode: 0755]
networking/udhcp/samples/sample.nak [new file with mode: 0755]
networking/udhcp/samples/sample.renew [new file with mode: 0755]
networking/udhcp/samples/sample.script [new file with mode: 0644]
networking/udhcp/samples/simple.script [new file with mode: 0644]
networking/udhcp/samples/udhcpd.conf [new file with mode: 0644]
networking/udhcp/script.c [new file with mode: 0644]
networking/udhcp/script.h [new file with mode: 0644]
networking/udhcp/serverpacket.c [new file with mode: 0644]
networking/udhcp/serverpacket.h [new file with mode: 0644]
networking/udhcp/signalpipe.c [new file with mode: 0644]
networking/udhcp/signalpipe.h [new file with mode: 0644]
networking/udhcp/socket.c [new file with mode: 0644]
networking/udhcp/socket.h [new file with mode: 0644]
networking/udhcp/static_leases.c [new file with mode: 0644]
networking/udhcp/static_leases.h [new file with mode: 0644]
networking/udhcp/udhcpc.8 [new file with mode: 0644]
networking/udhcp/udhcpd.8 [new file with mode: 0644]
networking/udhcp/udhcpd.conf.5 [new file with mode: 0644]
networking/udhcp/version.h [new file with mode: 0644]