From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Fischer Date: Tue, 12 Aug 2008 09:44:55 +0200 Subject: [Buildroot] New package util-linux-ng In-Reply-To: <20080811170157.GA20864@cbg.dyndns.org> References: <20080810050649.GA26515@cbg.dyndns.org> <20080811170157.GA20864@cbg.dyndns.org> Message-ID: <20080812074455.GA2451@mx.loc> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Mon, Aug 11, 2008 at 07:01:57PM +0200, Steffen Schulz wrote: >On 080810 at 07:27, Steffen Schulz wrote: >> - util-linux still wants to compile even though it was not selected and >> removed from Config.in >> - with util-linux-ng.mk, the are no errors, the package is simply ignored > > >Maybe I should have phrased that more like a question. I have a similar >problem now with a strongSwan package I need in buildroot. > >I created a .mk that uses makefile.autotools.in. I select the new >packet in menuconfig and type make, but the package is simply ignored. Make sure to run 'make oldconfig' or menuconfig so the package shows up in .config ? >No errors.