diff -ur busybox-1.00-pre3-orig/Makefile busybox-1.00-pre3/Makefile --- busybox-1.00-pre3-orig/Makefile 2003-09-12 08:34:26 +0400 +++ busybox-1.00-pre3/Makefile 2003-11-13 15:18:20 +0300 @@ -45,7 +45,7 @@ include $(patsubst %,%/Makefile.in, $(DIRS)) busybox: .depend include/config.h $(libraries-y) - $(CC) $(LDFLAGS) -o $@ $(libraries-y) $(LIBRARIES) + $(CC) $(LDFLAGS) -o $@ $(libraries-y) $(LIBRARIES) -lc_stubs $(STRIPCMD) $@ busybox.links: applets/busybox.mkll include/config.h diff -ur busybox-1.00-pre3-orig/networking/udhcp/options.c busybox-1.00-pre3/networking/udhcp/options.c --- busybox-1.00-pre3-orig/networking/udhcp/options.c 2003-06-10 21:22:49 +0400 +++ busybox-1.00-pre3/networking/udhcp/options.c 2003-11-13 19:06:21 +0300 @@ -28,7 +28,7 @@ {"bootsize", OPTION_U16, 0x0d}, {"domain", OPTION_STRING | OPTION_REQ, 0x0f}, {"swapsvr", OPTION_IP, 0x10}, - {"rootpath", OPTION_STRING, 0x11}, + {"rootpath", OPTION_STRING | OPTION_REQ, 0x11}, {"ipttl", OPTION_U8, 0x17}, {"mtu", OPTION_U16, 0x1a}, {"broadcast", OPTION_IP | OPTION_REQ, 0x1c},