summaryrefslogtreecommitdiff
path: root/nuttx/netutils/README
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-17 23:45:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-17 23:45:41 +0000
commitf360c9f128259e46147649573c69098fac5455bf (patch)
tree77328712b59d75f7a911f3622a0e893cdaa55121 /nuttx/netutils/README
parent28058c40954467463b9c915ec418eff99f9cd631 (diff)
downloadnuttx-f360c9f128259e46147649573c69098fac5455bf.tar.gz
nuttx-f360c9f128259e46147649573c69098fac5455bf.tar.bz2
nuttx-f360c9f128259e46147649573c69098fac5455bf.zip
Add examples/dhcpd
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1621 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/netutils/README')
-rw-r--r--nuttx/netutils/README7
1 files changed, 0 insertions, 7 deletions
diff --git a/nuttx/netutils/README b/nuttx/netutils/README
index 720aabff7..6a7de0775 100644
--- a/nuttx/netutils/README
+++ b/nuttx/netutils/README
@@ -18,10 +18,3 @@ highly influenced by uIP) include:
dhcpd - Dynamic Host Configuration Protocol (DHCP) server
-NOTE: For test purposes, the dhcpd library can be built as a
-host-based DHCPD server. This can be built as follows:
-
- cd netutils/dhcpd
- make -f Makefile.host
-
-