All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luca Ceresoli <luca@lucaceresoli.net>
To: buildroot@busybox.net
Subject: [Buildroot] busybox 1.18.3 to 1.18.4
Date: Fri, 08 Jun 2012 16:50:37 +0200	[thread overview]
Message-ID: <4FD2113D.1090302@lucaceresoli.net> (raw)
In-Reply-To: <CALo-6+h1Yq_rM_1inqvMVr8X14q45zBmoy_Zeo937G5p2uxWww@mail.gmail.com>

Hi Charles,

Charles Krinke wrote:
> I am just finishing a project with buildroot-2011.03 and need to
> change one thing before the end and that is the version of busybox
> from 1.18.3 to 1.18.4.
>
> Make xconfig does not have a 1.18.4 option for this version and
> editing .config doesnt work. That is, the next make changes the
> busybox version back from 1.18.4 to 1.18.3.
>
> Can someone please tell me which other file would need to be changed
> so that I can change the project from busybox 1.18.3 to 1.18.4.
>

In file package/busybox/Config.in there's a section looking like this:

config BR2_BUSYBOX_VERSION
         string
         default "1.15.3"        if BR2_BUSYBOX_VERSION_1_15_X
         default "1.16.2"        if BR2_BUSYBOX_VERSION_1_16_X
         default "1.17.4"        if BR2_BUSYBOX_VERSION_1_17_X
         default "1.18.3"        if BR2_BUSYBOX_VERSION_1_18_X

You can change "1.18.3" to "1.18.4" (or, maybe better, "1.18.5", as it is a
bugfix release).

Then run make menuconfig again and exit saving for the .config to be 
updated.

Luca

  reply	other threads:[~2012-06-08 14:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-06 22:41 [Buildroot] busybox 1.18.3 to 1.18.4 Charles Krinke
2012-06-08 14:50 ` Luca Ceresoli [this message]
2012-06-08 22:14   ` Charles Krinke

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=4FD2113D.1090302@lucaceresoli.net \
    --to=luca@lucaceresoli.net \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.