9
0
Fork 0

updated for dhcpd

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1624 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2009-03-18 00:33:37 +00:00
parent b701ccc275
commit 35a9152cf2
1 changed files with 12 additions and 1 deletions

View File

@ -10,7 +10,7 @@ examples
Selects the examples/ostest example.
examples/hello
examples/dhcpd
^^^^^^^^^^^^^^
This examples builds a tiny DCHP server for the target system.
@ -21,6 +21,17 @@ examples/hello
cd examples/dhcpd
make -f Makefile.host
Kernel configuratin settings:
CONFIG_EXAMPLE_DHCPD_NOMAC - (May be defined to use software assigned MAC)
CONFIG_EXAMPLE_DHCPD_IPADDR - Target IP address
CONFIG_EXAMPLE_DHCPD_DRIPADDR - Default router IP addess
CONFIG_EXAMPLE_DHCPD_NETMASK - Network mask
See also CONFIG_NETUTILS_DHCPD_* settings described elsewhere
and used in netutils/dhcpd/dhcpd.c. These settings are required
to described the behavior of the daemon.
examples/hello
^^^^^^^^^^^^^^