summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorOleg.Karfich@wago.com <Oleg.Karfich@wago.com>2018-08-31 09:01:32 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2018-09-04 10:07:52 +0200
commit14e668647e122e6a09bdfd2a077a8721fc46081b (patch)
tree28a6a77330f8555de6ed0cb95df29f61b4740846 /commands/Kconfig
parente9321ffd79bbf58549e2ed56d91728204b5f3b83 (diff)
downloadbarebox-14e668647e122e6a09bdfd2a077a8721fc46081b.tar.gz
barebox-14e668647e122e6a09bdfd2a077a8721fc46081b.tar.xz
commands: dhcp: add parameter for private data
Signed-off-by: Oleg Karfich <oleg.karfich@wago.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 951a86963e..675bd1ca76 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -1127,7 +1127,7 @@ config CMD_DHCP
help
DHCP client to obtain IP or boot params
- Usage: dhcp [-HvcuUr]
+ Usage: dhcp [-HvcuUro]
Options:
-H HOSTNAME hostname to send to the DHCP server
@@ -1135,7 +1135,8 @@ config CMD_DHCP
-c ID DHCP Client ID (code 61) submitted in DHCP requests
-u UUID DHCP Client UUID (code 97) submitted in DHCP requests
-U CLASS DHCP User class (code 77) submitted in DHCP requests
- -r RETRY retry limit (default 20)#
+ -r RETRY retry limit (default 20)
+ -o PRIVATE DATA private data (code 224) submitted in DHCP requests
config CMD_HOST
tristate