summaryrefslogtreecommitdiff
path: root/apps/examples/dhcpd
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-17 07:21:55 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-17 07:21:55 -0600
commite7f2b413e8291873d51792c56e629f9a127641ad (patch)
tree365df98d0abbefa65e8d060dc955dd287c2d5862 /apps/examples/dhcpd
parent4d15bcb63e0f5c613a424b564d704f13f858e960 (diff)
downloadnuttx-e7f2b413e8291873d51792c56e629f9a127641ad.tar.gz
nuttx-e7f2b413e8291873d51792c56e629f9a127641ad.tar.bz2
nuttx-e7f2b413e8291873d51792c56e629f9a127641ad.zip
These examples all set the IP address of eth1 is DHCP is enabled. That can't be right???
Diffstat (limited to 'apps/examples/dhcpd')
-rw-r--r--apps/examples/dhcpd/Makefile.host1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/examples/dhcpd/Makefile.host b/apps/examples/dhcpd/Makefile.host
index 9c074f42b..cf70c0924 100644
--- a/apps/examples/dhcpd/Makefile.host
+++ b/apps/examples/dhcpd/Makefile.host
@@ -41,7 +41,6 @@ OBJS = host.o1 dhcpd.o1
BIN = dhcpd
HOSTCFLAGS += -DCONFIG_NETUTILS_DHCPD_HOST=1
-HOSTCFLAGS += -DCONFIG_NETUTILS_DHCPD_INTERFACE=\"eth1\"
HOSTCFLAGS += -DHAVE_SO_REUSEADDR=1
HOSTCFLAGS += -DHAVE_SO_BROADCAST=1