diff options
Diffstat (limited to 'net/bootp.c')
| -rw-r--r-- | net/bootp.c | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/net/bootp.c b/net/bootp.c index cfe6f8dd6..55dcc81db 100644 --- a/net/bootp.c +++ b/net/bootp.c @@ -979,7 +979,6 @@ void DhcpRequest(void)  {  	BootpRequest();  } -#endif - -#endif +#endif	/* CONFIG_CMD_DHCP */ +#endif	/* CONFIG_CMD_NET */  |