diff options
| author | Tom Rini <[email protected]> | 2025-09-25 14:44:13 -0600 |
|---|---|---|
| committer | Jerome Forissier <[email protected]> | 2025-10-22 11:16:09 +0200 |
| commit | 99707a0baaa85736529a172f515b44598e5a8bc8 (patch) | |
| tree | df9cc9b210ae39362d2cf197a2289558e7f72324 /cmd | |
| parent | f8220460372b2e2c12afec3faf89921dd4e39b6c (diff) | |
net: Remove BOOTP_VENDOREX support
It has been over a decade since we had a platform that implemented the
bootp vendor extension support hook. Remove this option due to lack of
use.
Signed-off-by: Tom Rini <[email protected]>
Acked-by: Jerome Forissier <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 5fcf37e67b9..9929087a8bb 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1951,10 +1951,6 @@ config BOOTP_BOOTPATH Even though the config is called BOOTP_BOOTPATH, it stores the path in the variable 'rootpath'. -config BOOTP_VENDOREX - bool "Support vendor extensions from BOOTP/DHCP server" - depends on CMD_BOOTP - config BOOTP_BOOTFILESIZE bool "Request & store 'bootfilesize' from BOOTP/DHCP server" depends on CMD_BOOTP |
