* [Buildroot] busybox 1.18.3 to 1.18.4
@ 2012-06-06 22:41 Charles Krinke
2012-06-08 14:50 ` Luca Ceresoli
0 siblings, 1 reply; 3+ messages in thread
From: Charles Krinke @ 2012-06-06 22:41 UTC (permalink / raw)
To: buildroot
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.
--
Charles Krinke
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] busybox 1.18.3 to 1.18.4
2012-06-06 22:41 [Buildroot] busybox 1.18.3 to 1.18.4 Charles Krinke
@ 2012-06-08 14:50 ` Luca Ceresoli
2012-06-08 22:14 ` Charles Krinke
0 siblings, 1 reply; 3+ messages in thread
From: Luca Ceresoli @ 2012-06-08 14:50 UTC (permalink / raw)
To: buildroot
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] busybox 1.18.3 to 1.18.4
2012-06-08 14:50 ` Luca Ceresoli
@ 2012-06-08 22:14 ` Charles Krinke
0 siblings, 0 replies; 3+ messages in thread
From: Charles Krinke @ 2012-06-08 22:14 UTC (permalink / raw)
To: buildroot
Thank you kindly, Luca, that appears to do the trick. The place I went
wrong was to not run xconfig or menuconfig after changing the .config,
but you straightened me out.
Charles
On 6/8/12, Luca Ceresoli <luca@lucaceresoli.net> wrote:
> 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
>
>
--
Charles Krinke
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-06-08 22:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-06 22:41 [Buildroot] busybox 1.18.3 to 1.18.4 Charles Krinke
2012-06-08 14:50 ` Luca Ceresoli
2012-06-08 22:14 ` Charles Krinke
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox