diff options
author | stroese <stroese> | 2003-08-28 14:17:32 +0000 |
---|---|---|
committer | stroese <stroese> | 2003-08-28 14:17:32 +0000 |
commit | fe389a82c9f9f29c54768e3b3ac947487ff85d59 (patch) | |
tree | fcc90efe718cf41f033b77417c87aa79cabf6464 /include/cmd_confdefs.h | |
parent | d94f92cbd7f4a4d3bf0d5d963b709c686e8f6633 (diff) |
- Added CONFIG_BOOTP_DNS2 and CONFIG_BOOTP_SEND_HOSTNAME to CONFIG_BOOTP_MASK.
Diffstat (limited to 'include/cmd_confdefs.h')
-rw-r--r-- | include/cmd_confdefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cmd_confdefs.h b/include/cmd_confdefs.h index 8b8b0f58e77..d7f1fd4fed9 100644 --- a/include/cmd_confdefs.h +++ b/include/cmd_confdefs.h @@ -148,6 +148,8 @@ #define CONFIG_BOOTP_BOOTPATH 0x00000010 #define CONFIG_BOOTP_BOOTFILESIZE 0x00000020 #define CONFIG_BOOTP_DNS 0x00000040 +#define CONFIG_BOOTP_DNS2 0x00000080 +#define CONFIG_BOOTP_SEND_HOSTNAME 0x00000100 #define CONFIG_BOOTP_VENDOREX 0x80000000 |