Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Bernhard Fischer <rep.dot.nop@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] busybox package configuration
Date: Sun, 8 Jul 2007 13:55:19 +0200	[thread overview]
Message-ID: <20070708115519.GG4096@aon.at> (raw)
In-Reply-To: <0707081257070.8395@somehost>

On Sun, Jul 08, 2007 at 01:14:51PM +0200, Cristian Ionescu-Idbohrn wrote:
>I mended the Config.in file:
>
>Index: Config.in
>===================================================================
>--- Config.in	(revision 19026)
>+++ Config.in	(working copy)
>@@ -100,6 +100,7 @@
> 	default "package/busybox/busybox-1.5.0.config" if BR2_BUSYBOX_VERSION_1_5_0
> 	default "package/busybox/busybox-1.5.0.config" if BR2_BUSYBOX_VERSION_1_5_1
> 	default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_6_0
>+	default "package/busybox/busybox-1.6.1.config" if BR2_BUSYBOX_VERSION_1_6_1
> 	help
> 	  Some people may wish to use their own modified BusyBox configuration
> 	  file, and will specify their config file location with this option.
>
>created a busybox-1.6.1.config file in package/busybox, did a 'make
>menuconfig' in topdir and expected to see the
>package/busybox/busybox-1.6.1.config preselected.  But no joy :(  I still
>needed to manually enter the config file path into the field.
>
>I can also see that the BR2_PACKAGE_BUSYBOX_CONFIG variable in busybox.mk
>is empty when making a busybox-<something> target.  There's some make
>magic I do not possess :(  Any ideas?

No magic involved. Consider the sequence you were doing:
1) make conf
1a) you select 1.6.1, i forgot to add a default for this version ->
    empty BR2_PACKAGE_BUSYBOX_CONFIG
1b) you add the line above.
1c) re-conf. A default (empty string) is present, so no default is set

I suggest you
svn up
sed -i -e "/BR2_PACKAGE_BUSYBOX_CONFIG/d"
make oldconfig

HTH,

  reply	other threads:[~2007-07-08 11:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-08 11:14 [Buildroot] busybox package configuration Cristian Ionescu-Idbohrn
2007-07-08 11:55 ` Bernhard Fischer [this message]
2007-07-08 12:27   ` Cristian Ionescu-Idbohrn
2007-07-08 12:37     ` Bernhard Fischer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070708115519.GG4096@aon.at \
    --to=rep.dot.nop@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox