commit | 575c8bacdaa0dd9f0f25719ec83ae505fbd3c382 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Tue Jun 13 21:30:09 2006 +0000 |
committer | Rob Landley <rob@landley.net> | Tue Jun 13 21:30:09 2006 +0000 |
tree | 50e92a466538f97de1de704da0f32082c5db9277 | |
parent | 68286770b61638b99e110051612a6ee27088b1b4 [diff] |
Don't break allbareconfig.
diff --git a/networking/tftp.c b/networking/tftp.c index e1b6f40..1c719f0 100644 --- a/networking/tftp.c +++ b/networking/tftp.c
@@ -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