aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-06-13 21:30:09 +0000
committerRob Landley <rob@landley.net>2006-06-13 21:30:09 +0000
commit575c8bacdaa0dd9f0f25719ec83ae505fbd3c382 (patch)
tree50e92a466538f97de1de704da0f32082c5db9277 /networking
parent68286770b61638b99e110051612a6ee27088b1b4 (diff)
downloadbusybox-575c8bacdaa0dd9f0f25719ec83ae505fbd3c382.tar.gz
Don't break allbareconfig.
Diffstat (limited to 'networking')
-rw-r--r--networking/tftp.c2
1 files changed, 0 insertions, 2 deletions
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