udhcpc: do not accept --background on NOMMU (same as -b)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
741bfa9a72
commit
ed820ccda1
@ -54,7 +54,9 @@ static const char udhcpc6_longopts[] ALIGN1 =
|
||||
"request-option\0" Required_argument "O"
|
||||
"no-default-options\0" No_argument "o"
|
||||
"foreground\0" No_argument "f"
|
||||
USE_FOR_MMU(
|
||||
"background\0" No_argument "b"
|
||||
)
|
||||
/// IF_FEATURE_UDHCPC_ARPING("arping\0" No_argument "a")
|
||||
IF_FEATURE_UDHCP_PORT("client-port\0" Required_argument "P")
|
||||
;
|
||||
|
@ -73,7 +73,9 @@ static const char udhcpc_longopts[] ALIGN1 =
|
||||
"request-option\0" Required_argument "O"
|
||||
"no-default-options\0" No_argument "o"
|
||||
"foreground\0" No_argument "f"
|
||||
USE_FOR_MMU(
|
||||
"background\0" No_argument "b"
|
||||
)
|
||||
"broadcast\0" No_argument "B"
|
||||
IF_FEATURE_UDHCPC_ARPING("arping\0" Optional_argument "a")
|
||||
IF_FEATURE_UDHCP_PORT("client-port\0" Required_argument "P")
|
||||
|
Loading…
Reference in New Issue
Block a user