net: dhcp: Split dhcp funcionality & add dhcp command
dhcp/bootp was bound to the command functionality.
This patch splits the dhcp command.
We are now able to use bootp without a shell.

This patch adds also a check for environment variables and globalvar.
So only when ENVIRONMENT_VARIABLES and GLOBALVAR is set, all received
dhcp data will be stored.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent f6c5578 commit e9bd26c7a7167b5e36696373ef8381a2caaff4a6
@Wadim Egorov Wadim Egorov authored on 3 Jun 2015
Sascha Hauer committed on 5 Jun 2015
Showing 7 changed files
View
commands/Kconfig
View
commands/Makefile
View
commands/dhcp.c 0 → 100644
View
include/dhcp.h 0 → 100644
View
net/Kconfig
View
net/Makefile
View
net/dhcp.c