From: ulf at uclibc.org <ulf@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot: package/busybox toolchain/gcc
Date: Sun, 7 Oct 2007 11:29:17 -0700 (PDT) [thread overview]
Message-ID: <20071007182917.0C89E30042@busybox.net> (raw)
Author: ulf
Date: 2007-10-07 11:29:17 -0700 (Sun, 07 Oct 2007)
New Revision: 20199
Log:
Allow longer history for package versions
Modified:
trunk/buildroot/Config.in
trunk/buildroot/package/busybox/Config.in
trunk/buildroot/toolchain/gcc/Config.in
Changeset:
Modified: trunk/buildroot/Config.in
===================================================================
--- trunk/buildroot/Config.in 2007-10-07 18:23:43 UTC (rev 20198)
+++ trunk/buildroot/Config.in 2007-10-07 18:29:17 UTC (rev 20199)
@@ -170,6 +170,12 @@
help
This option hides outdated/obsolete versions of packages.
+config BR2_RECENT
+ bool "Show packages that are of the latest major version"
+ default y
+ help
+ This option show recent versions of packages.
+
choice
prompt "strip"
default BR2_STRIP_strip
Modified: trunk/buildroot/package/busybox/Config.in
===================================================================
--- trunk/buildroot/package/busybox/Config.in 2007-10-07 18:23:43 UTC (rev 20198)
+++ trunk/buildroot/package/busybox/Config.in 2007-10-07 18:29:17 UTC (rev 20199)
@@ -26,11 +26,11 @@
config BR2_BUSYBOX_VERSION_1_7_0
bool "BusyBox 1.7.0"
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED || BR2_RECENT
config BR2_BUSYBOX_VERSION_1_7_1
bool "BusyBox 1.7.1"
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED || BR2_RECENT
config BR2_BUSYBOX_VERSION_1_7_2
bool "BusyBox 1.7.2"
Modified: trunk/buildroot/toolchain/gcc/Config.in
===================================================================
--- trunk/buildroot/toolchain/gcc/Config.in 2007-10-07 18:23:43 UTC (rev 20198)
+++ trunk/buildroot/toolchain/gcc/Config.in 2007-10-07 18:29:17 UTC (rev 20199)
@@ -23,7 +23,7 @@
config BR2_GCC_VERSION_4_2_0
depends !BR2_avr32 && !BR2_nios2
- depends BR2_DEPRECATED
+ depends BR2_DEPRECATED || BR2_RECENT
bool "gcc 4.2.0"
config BR2_GCC_VERSION_4_2_1
next reply other threads:[~2007-10-07 18:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-07 18:29 ulf at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-01-28 12:03 [Buildroot] svn commit: trunk/buildroot: package/busybox toolchain/gcc aldot at uclibc.org
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=20071007182917.0C89E30042@busybox.net \
--to=ulf@uclibc.org \
--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