From: Rob Landley Date: Tue, 13 Jun 2006 21:30:09 +0000 (-0000) Subject: Don't break allbareconfig. X-Git-Tag: 1_2_0~149 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=575c8bacdaa0dd9f0f25719ec83ae505fbd3c382;p=oweals%2Fbusybox.git Don't break allbareconfig. --- diff --git a/networking/tftp.c b/networking/tftp.c index e1b6f403c..1c719f0d4 100644 --- a/networking/tftp.c +++ b/networking/tftp.c @@ -518,8 +518,6 @@ int tftp_main(int argc, char **argv) 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