Notes |
(0005724)
lft
03-13-08 11:16
|
in the function read_opt of networking/udhcp/files.h, the line
idx = index_in_strings(opt, dhcp_option_strings); /* NB: was strcasecmp! */
should have been
idx = index_in_strings(dhcp_option_strings, opt); /* NB: was strcasecmp! */ |
| |
(0005794)
lvalter
03-15-08 10:41
|
This update change nothing for my.
option line in config file is dropped. |
| |
(0012034)
bernhardf
09-25-08 08:58
|
Note that the standalone udhcp client/server is not maintained anymore since it was moved to busybox. Use the udhcp in busybox instead.
Please let me know if your problem is fixed in busybox or not. |
| |