mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 01:44:34 +00:00
cmd: improve description of the cdp command
Users might not know what 'CDP' refers to. Provide basic information. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
5444189998
commit
0e3cd1313f
1 changed files with 3 additions and 1 deletions
|
@ -2016,7 +2016,9 @@ config CMD_PING6
|
|||
config CMD_CDP
|
||||
bool "cdp"
|
||||
help
|
||||
Perform CDP network configuration
|
||||
The cdp command is used to announce the U-Boot device in the network
|
||||
and to retrieve configuration data including the VLAN id using the
|
||||
proprietary Cisco Discovery Protocol (CDP).
|
||||
|
||||
config CMD_SNTP
|
||||
bool "sntp"
|
||||
|
|
Loading…
Add table
Reference in a new issue