From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Peevski Date: Mon, 01 Oct 2012 15:51:26 +0300 Subject: [Buildroot] Fwd: Re: Basic questions about using BuildRoot In-Reply-To: <50695FC6.7050505@ronetix.at> 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> <50695CFB.30708@ronetix.at> <50695FC6.7050505@ronetix.at> Message-ID: <506991CE.1070201@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 12:17, Martin Peevski wrote: > On 01/10/12 12:11, Samuel Martin wrote: >> 2012/10/1 Martin Peevski : >> [...] >>> Yes, I found that in menuconfig! Before search in the manual but >>> there can't >>> find anything about dhcp. >> Hint: >> You can use 'make xconfig' instead of 'make menuconfig'. >> This way, you will get a (nice) gui, with some search function, and >> the ability to display all options, even those hidden by some others. >> ;) >> >> > Yes, its was explained in the manual, I think. I try it earlier but > seems like that it want some package to be install and want not to > work. That's also explained in the manual :) But I'm new Linux user > and prefer not to dive in the deep water. Tha't the reason to use only > menuconfig. > > Thanks again! I have some more questions but first will try to solve > them alone :) > _______________________________________________ > buildroot mailing list > buildroot at busybox.net > http://lists.busybox.net/mailman/listinfo/buildroot I add a dhclient to buildroot system but have a problem with assigning dynamic IP address to my target. When execute dhclient nothing is done but when I execute udhcpc I get an IP. Where is my mistake?