From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Fischer Date: Sun, 8 Jul 2007 14:37:20 +0200 Subject: [Buildroot] busybox package configuration In-Reply-To: <0707081417090.26961@somehost> References: <0707081257070.8395@somehost> <20070708115519.GG4096@aon.at> <0707081417090.26961@somehost> Message-ID: <20070708123720.GJ4096@aon.at> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Sun, Jul 08, 2007 at 02:27:42PM +0200, Cristian Ionescu-Idbohrn wrote: >On Sun, 8 Jul 2007, Bernhard Fischer wrote: > >> sed -i -e "/BR2_PACKAGE_BUSYBOX_CONFIG/d" > >That was the magic :) > >As long as there is a BR2_PACKAGE_BUSYBOX_CONFIG in .config, it's value >will not be changed only because the Config.in is suddenly >changed/corrected. Only after the variable is removed from .config will >it be reinstated by a re-config. Is this correct? yes, this is correct.