Allow longer history for package versions
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Sun, 7 Oct 2007 18:29:17 +0000 (18:29 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Sun, 7 Oct 2007 18:29:17 +0000 (18:29 -0000)
Config.in
package/busybox/Config.in
toolchain/gcc/Config.in

index ead7871bb0aa9a6536d5412499b6d57e72a1e245..4a5f99a3d3f4253aeeea6119e6910819d004135a 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -170,6 +170,12 @@ config BR2_DEPRECATED
        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
index 3bb993aa5a32e84af28fd5aff1c4f0e71f888e8b..846bafdab2e41352e0815e208876437f29d4e9e0 100644 (file)
@@ -26,11 +26,11 @@ choice
 
        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"
index 93c7a4de547ced8970fe5e2cad529d248230d3db..9d844396c93bac3166d635d0cf9879c7db69735d 100644 (file)
@@ -23,7 +23,7 @@ choice
 
        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