Project

General

Profile

Feature #207

Updated by Hammel over 10 years ago

Use of the access point requires providing dhcp services.   

 # Add (if it's not there yet) dhcpd to the rootfs 
 # Provide a default configuration 
 # Make sure it gets started when hostapd gets started. 

 The default DHCP server is udhcpd in Busybox.    Buildroot offers the ISC dhcp server.   

 References: 
 * "sample udhcpd conf file":http://git.busybox.net/busybox/tree/examples/udhcp/udhcpd.conf 
 * "Ubuntu man page for conf file":http://manpages.ubuntu.com/manpages/hardy/man5/udhcpd.conf.5.html 
 * "Busybox man page":http://busybox.net/downloads/BusyBox.html

Back