From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Peevski Date: Mon, 01 Oct 2012 12:06:03 +0300 Subject: [Buildroot] Fwd: Re: Basic questions about using BuildRoot In-Reply-To: References: <5055A940.7070802@ronetix.at> <5055C935.3050108@ronetix.at> <5058F058.1020806@mind.be> <505AB58C.3030805@ronetix.at> <50641497.3030800@ronetix.at> <20120927115321.73a0e2b4@skate> <50643F2A.3010500@ronetix.at> <20120927142124.6abf0a75@skate> <5065ADE0.2030801@ronetix.at> <5066F4F9.7080201@ronetix.at> <5066FE59.9060600@relinux.de> <50670128.7090203@ronetix.at> <5067024A.9010609@relinux.de> <506950E1.5050709@ronetix.at> Message-ID: <50695CFB.30708@ronetix.at> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 01/10/12 11:40, Samuel Martin wrote: > 2012/10/1 Martin Peevski : > [...] >> Now I need dhcp support to my board be possible get its IP from our tftp >> server. I can't found dhclient command on the target board. Also search for >> appropriate network package to be installed via make menuconfig but was >> impossible to find such a packet. Can you help me again? > To enable a dhcp client, you can: > - either look at the busybox-menuconfig and make sure 'udhcp client' > is selected: > make busybox-menuconfig > After that, rebuild busybox. > - or, in buildroot menuconfig: allow to 'Show packages that are also > provided by busybox', then select 'isc dhcp' and finally run 'make'. > > It's up to you, depends on what you want ;) > > Anyway, for further details, don't hesitate to look at: > http://buildroot.org/downloads/manual/manual.html > > and give us your feedback. > > > Regards. > Yes, I found that in menuconfig! Before search in the manual but there can't find anything about dhcp. Thank you!