diff -urN busybox-1.00-floppyfw/networking/udhcp/options.c busybox-1.00-search/networking/udhcp/options.c
--- busybox-1.00-floppyfw/networking/udhcp/options.c	2004-03-15 01:29:01.000000000 -0700
+++ busybox-1.00-search/networking/udhcp/options.c	2004-11-13 04:28:05.000000000 -0700
@@ -41,6 +41,7 @@
 	{"message",	OPTION_STRING,				0x38},
 	{"tftp",	OPTION_STRING,				0x42},
 	{"bootfile",	OPTION_STRING,				0x43},
+	{"search",	OPTION_STRING | OPTION_LIST | OPTION_REQ,0x77},
 	{"",		0x00,				0x00}
 };
 

