Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-06-14 01:30:09 +0400
committerRob Landley <rob@landley.net>2006-06-14 01:30:09 +0400
commit575c8bacdaa0dd9f0f25719ec83ae505fbd3c382 (patch)
tree50e92a466538f97de1de704da0f32082c5db9277 /networking/tftp.c
parent68286770b61638b99e110051612a6ee27088b1b4 (diff)
Don't break allbareconfig.
Diffstat (limited to 'networking/tftp.c')
-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