| Summary: | make menuconfig and tftp | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | busybox.user |
| Component: | Networking | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.16.x | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
busybox.user
2010-06-10 10:42:10 UTC
Why do you think this is not correct? Help text for these config options explains what these options enable/disable. Is help text unclear? Can you propose a better one? Hi Denys, no, the help is Ok, but: all these points are listed below 'tftpd', and so it looks like, that these options are only valid for the server. Below 'tftp' are no options. So it would be better if it looks like; tftp Client (tftp) Server (tftpd) Enable "get" Enable "put" : : So it looks more, that the options are for both, client and server. >tftp
> Client (tftp)
> Server (tftpd)
> Enable "get"
> Enable "put"
This will add a CONFIG_ symbol which has no purpose apart from menuconfig cosmetics. I don't like it.
I can make it look like this:
[*] tftp
[*] tftpd
--- Common options for tftp/tftpd
[*] Enable 'tftp get' and/or tftpd upload code
[*] Enable 'tftp put' and/or tftpd download code
[*] Enable 'blksize' and 'tsize' protocol options
[*] Enable tftp progress meter
[ ] Enable debug
using "comment" statement in networking/Config.src
|