svn commit: trunk/busybox/networking

landley at busybox.net landley at busybox.net
Tue Jun 13 21:30:12 UTC 2006


Author: landley
Date: 2006-06-13 14:30:09 -0700 (Tue, 13 Jun 2006)
New Revision: 15379

Log:
Don't break allbareconfig.


Modified:
   trunk/busybox/networking/tftp.c


Changeset:
Modified: trunk/busybox/networking/tftp.c
===================================================================
--- trunk/busybox/networking/tftp.c	2006-06-13 19:01:30 UTC (rev 15378)
+++ trunk/busybox/networking/tftp.c	2006-06-13 21:30:09 UTC (rev 15379)
@@ -518,8 +518,6 @@
 	bb_opt_complementally = GET_COMPL PUT_COMPL ":?g--p:p--g";
 #elif defined(CONFIG_FEATURE_TFTP_GET) || defined(CONFIG_FEATURE_TFTP_PUT)
 	bb_opt_complementally = GET_COMPL PUT_COMPL;
-#else
-#error "Either CONFIG_FEATURE_TFTP_GET or CONFIG_FEATURE_TFTP_PUT must be defined"
 #endif
 
 




More information about the busybox-cvs mailing list