cmd: remove duplicate DHCPv6 Kconfig definitions
Remove duplicate definition of * DHCP6_PXE_CLIENTARCH * DHCP6_PXE_DHCP_OPTION * DHCP6_ENTERPRISE_ID Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Fixes:da24eb5532("Merge patch series "BOOTP/DHCPv4 enhancements"") Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Fixes:5eb1b78438("Merge patch series "test/py: enable HTTP testing"") Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
committed by
Tom Rini
parent
b8c43968b8
commit
14480c84dc
-17
@@ -2004,23 +2004,6 @@ config BOOTP_RANDOM_XID
|
||||
Selecting this will allow for a random transaction ID to get
|
||||
selected for each BOOTP/DHCPv4 exchange.
|
||||
|
||||
if CMD_DHCP6
|
||||
|
||||
config DHCP6_PXE_CLIENTARCH
|
||||
hex
|
||||
default 0x16 if ARM64
|
||||
default 0x15 if ARM
|
||||
default 0xFF
|
||||
|
||||
config DHCP6_PXE_DHCP_OPTION
|
||||
bool "Request & store 'pxe_configfile' from DHCP6 server"
|
||||
|
||||
config DHCP6_ENTERPRISE_ID
|
||||
int "Enterprise ID to send in DHCPv6 Vendor Class Option"
|
||||
default 0
|
||||
|
||||
endif
|
||||
|
||||
config CMD_TFTPPUT
|
||||
bool "tftp put"
|
||||
depends on CMD_TFTPBOOT
|
||||
|
||||
Reference in New Issue
Block a user