From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Stile Date: Wed, 06 Mar 2013 12:41:20 -0800 Subject: [Buildroot] adding dhcpcd In-Reply-To: <20130306210831.4fbe8150@skate> References: <1362163072.19802.25.camel@genx.eng.msli.com> <5130F7CA.6090203@zacarias.com.ar> <1362500477.20183.74.camel@genx> <20130305194707.474ded42@skate> <1362592916.20183.152.camel@genx> <20130306195844.2f8c14b6@skate> <1362599417.20183.159.camel@genx> <069B5A25F9844945B625ADE7258AC94C061FF823@4rf-nz-orion.local.4rf.com> <20130306210831.4fbe8150@skate> Message-ID: <1362602480.20183.169.camel@genx> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Wed, 2013-03-06 at 21:08 +0100, Thomas Petazzoni wrote: > Dear Reuben Dowle, > > On Wed, 6 Mar 2013 20:05:49 +0000, Reuben Dowle wrote: > > > In your patch, you should probably replace the place-holder "...some environment variables..." with setting some actual environment variables. > > Yes, indeed, but John was saying that the build of his package doesn't > even start, which I understood as "I run make", but nothing happens. > > Oh, John, remember to do a 'make dhcpcd-dirclean' every time you want > to retry the build of your package. Once a package has been built in > output/build/-/, Buildroot doesn't rebuild it. > > Best regards, > > Thomas Yes, the place holder is bad, so I took it out. I ran: make dhcpcd-dirclean My buildroot-2011.11/.config holds BR2_PACKAGE_DHCPCD=y BR2_INET_IPV6=y BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y I cleaned up using: rm -rf \ ./dl/dhcpcd-3.2.3.tar.bz2 \ ./output/build/dhcpcd-3.2.3 \ ./output/build/buildroot-config/br2/package/dhcpcd.h \ ./output/target/etc/init.d/dhcpcd.sh \ ./output/target/usr/bin/dhcpcd But make still does not do anything for dhcpcd.