projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6828677
)
Don't break allbareconfig.
author
Rob Landley
<rob@landley.net>
Tue, 13 Jun 2006 21:30:09 +0000
(21:30 -0000)
committer
Rob Landley
<rob@landley.net>
Tue, 13 Jun 2006 21:30:09 +0000
(21:30 -0000)
networking/tftp.c
patch
|
blob
|
history
diff --git
a/networking/tftp.c
b/networking/tftp.c
index e1b6f403c74575cbc3a96388f395a8fb3376bd5b..1c719f0d4a5b65ef08ffc572480429454532966c 100644
(file)
--- 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