|
@@ -1043,6 +1043,7 @@ config CMD_DHCP
|
|
|
|
|
|
config BOOTP_BOOTPATH
|
|
config BOOTP_BOOTPATH
|
|
bool "Request & store 'rootpath' from BOOTP/DHCP server"
|
|
bool "Request & store 'rootpath' from BOOTP/DHCP server"
|
|
|
|
+ default y
|
|
depends on CMD_BOOTP
|
|
depends on CMD_BOOTP
|
|
help
|
|
help
|
|
Even though the config is called BOOTP_BOOTPATH, it stores the
|
|
Even though the config is called BOOTP_BOOTPATH, it stores the
|
|
@@ -1050,6 +1051,7 @@ config BOOTP_BOOTPATH
|
|
|
|
|
|
config BOOTP_DNS
|
|
config BOOTP_DNS
|
|
bool "Request & store 'dnsip' from BOOTP/DHCP server"
|
|
bool "Request & store 'dnsip' from BOOTP/DHCP server"
|
|
|
|
+ default y
|
|
depends on CMD_BOOTP
|
|
depends on CMD_BOOTP
|
|
help
|
|
help
|
|
The primary DNS server is stored as 'dnsip'. If two servers are
|
|
The primary DNS server is stored as 'dnsip'. If two servers are
|
|
@@ -1069,20 +1071,24 @@ config BOOTP_DNS2
|
|
|
|
|
|
config BOOTP_GATEWAY
|
|
config BOOTP_GATEWAY
|
|
bool "Request & store 'gatewayip' from BOOTP/DHCP server"
|
|
bool "Request & store 'gatewayip' from BOOTP/DHCP server"
|
|
|
|
+ default y
|
|
depends on CMD_BOOTP
|
|
depends on CMD_BOOTP
|
|
|
|
|
|
config BOOTP_HOSTNAME
|
|
config BOOTP_HOSTNAME
|
|
bool "Request & store 'hostname' from BOOTP/DHCP server"
|
|
bool "Request & store 'hostname' from BOOTP/DHCP server"
|
|
|
|
+ default y
|
|
depends on CMD_BOOTP
|
|
depends on CMD_BOOTP
|
|
help
|
|
help
|
|
The name may or may not be qualified with the local domain name.
|
|
The name may or may not be qualified with the local domain name.
|
|
|
|
|
|
config BOOTP_SUBNETMASK
|
|
config BOOTP_SUBNETMASK
|
|
bool "Request & store 'netmask' from BOOTP/DHCP server"
|
|
bool "Request & store 'netmask' from BOOTP/DHCP server"
|
|
|
|
+ default y
|
|
depends on CMD_BOOTP
|
|
depends on CMD_BOOTP
|
|
|
|
|
|
config BOOTP_PXE
|
|
config BOOTP_PXE
|
|
bool "Send PXE client arch to BOOTP/DHCP server"
|
|
bool "Send PXE client arch to BOOTP/DHCP server"
|
|
|
|
+ default y
|
|
depends on CMD_BOOTP && CMD_PXE
|
|
depends on CMD_BOOTP && CMD_PXE
|
|
help
|
|
help
|
|
Supported for ARM, ARM64, and x86 for now.
|
|
Supported for ARM, ARM64, and x86 for now.
|