busybox/networking
Denys Vlasenko 274ce6cce1 udhcpc: revert deprecation message for -V
"-x vendor:VENDOR" will not be a trivial replacement of it:

(1) by default, we do send a vendor string ("udhcp BB_VER"),
will need code to preserve the default.

(2) -V '' currently disables vendor string. -x vendor:''
would not easily achieve that: it adds no option at all
(string options can't be empty), and default (1) would trigger.
To avoid that, we will need yet another hack to detect
-x vendor:'' and interpret that as "no vendor string at all".

IOW: removing -V is likely to increase code size, not decrease.

function                                             old     new   delta
udhcpc_main                                         2563    2555      -8
.rodata                                           103251  103198     -53
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-61)             Total: -61 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2021-06-05 17:06:35 +02:00
..
2020-08-13 17:12:56 +02:00
2020-08-13 17:12:56 +02:00
2020-08-13 17:12:56 +02:00
2020-12-18 22:51:46 +01:00
2020-12-13 19:18:28 +01:00
2020-12-13 19:04:19 +01:00
2020-08-13 17:12:56 +02:00
2020-12-18 04:12:51 +01:00
2020-08-13 17:12:56 +02:00
2020-11-29 11:37:34 +01:00
2020-11-29 11:37:34 +01:00
2021-06-03 16:23:52 +02:00
2021-04-24 11:54:50 +02:00
2021-01-04 13:28:28 +01:00
2020-12-19 00:07:13 +01:00
2020-11-29 11:37:34 +01:00
2019-10-25 13:41:31 +02:00
2020-12-29 16:53:11 +01:00
2020-12-19 00:33:06 +01:00
2020-12-15 18:47:25 +01:00
2021-04-28 12:19:24 +02:00
2021-04-27 00:40:40 +02:00
2021-04-27 00:40:40 +02:00
2021-02-02 13:48:21 +01:00
2020-12-18 04:12:51 +01:00
2020-08-13 17:12:56 +02:00
2021-04-30 01:42:24 +02:00
2020-08-13 17:12:56 +02:00