Add DHCP server configuration for LPCXpresso

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3517 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-04-17 14:48:58 +00:00
parent 6477052ebf
commit 4f8a78fbf7
12 changed files with 1335 additions and 10 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ available:
dhcpd:
This builds the DCHP server using the examples/dhcpd application
(for execution from FLASH.) See examples/README.txt for information
about ostest.
about the dhcpd example.
httpd:
This builds the uIP web server example using the examples/uip application
+1 -2
View File
@@ -37,8 +37,7 @@
CONFIGURED_APPS += examples/dhcpd
# Networking support
CONFIGURED_APPS += netutils/uiplib
CONFIGURED_APPS += netutils/dhcpd
CONFIGURED_APPS += netutils/uiplib