[PATCH 2 of 2] config/kernel: Update linux kernel versions

Bryan Hundven bryanhundven@gmail.com
Wed Jun 22 04:12:00 GMT 2011


On Tue, Jun 21, 2011 at 9:05 PM, Bryan Hundven <bryanhundven@gmail.com> wrote:
>  config/kernel/linux.in |  53 +++++++++++++------------------------------------
>  1 files changed, 14 insertions(+), 39 deletions(-)
>
>
> # HG changeset patch
> # User Bryan Hundven <bryanhundven@gmail.com>
> # Date 1308715280 25200
> # Node ID 586678dfff0b19d1cee41c96755bc05b0dc62b5b
> # Parent  6d9b79f63eda6bbe9d0446bf9290de3a5136a7b8
> config/kernel: Update linux kernel versions
>
> Add 2.6.39.1
> Drop 2.6.38-2.6.38.6 provide the latest 2.6.38.8
> Update longterm trees:
>  * 2.6.33 is 2.6.33.14
>  * 2.6.32 is 2.6.32.41

Sorry, my script is broken:

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>

> diff -r 6d9b79f63eda -r 586678dfff0b config/kernel/linux.in
> --- a/config/kernel/linux.in    Tue Jun 21 20:52:08 2011 -0700
> +++ b/config/kernel/linux.in    Tue Jun 21 21:01:20 2011 -0700
> @@ -38,37 +38,17 @@
>  # Don't remove next line
>  # CT_INSERT_VERSION_BELOW
>
> +config KERNEL_V_2_6_39_1
> +    bool
> +    prompt "2.6.39.1"
> +
>  config KERNEL_V_2_6_39
>     bool
>     prompt "2.6.39"
>
> -config KERNEL_V_2_6_38_6
> +config KERNEL_V_2_6_38_8
>     bool
> -    prompt "2.6.38.6"
> -
> -config KERNEL_V_2_6_38_5
> -    bool
> -    prompt "2.6.38.5"
> -
> -config KERNEL_V_2_6_38_4
> -    bool
> -    prompt "2.6.38.4"
> -
> -config KERNEL_V_2_6_38_3
> -    bool
> -    prompt "2.6.38.3"
> -
> -config KERNEL_V_2_6_38_2
> -    bool
> -    prompt "2.6.38.2"
> -
> -config KERNEL_V_2_6_38_1
> -    bool
> -    prompt "2.6.38.1"
> -
> -config KERNEL_V_2_6_38
> -    bool
> -    prompt "2.6.38"
> +    prompt "2.6.38.8"
>
>  config KERNEL_V_2_6_37_6
>     bool
> @@ -101,13 +81,13 @@
>     bool
>     prompt "2.6.34.9"
>
> -config KERNEL_V_2_6_33_13
> +config KERNEL_V_2_6_33_14
>     bool
> -    prompt "2.6.33.13"
> +    prompt "2.6.33.14"
>
> -config KERNEL_V_2_6_32_40
> +config KERNEL_V_2_6_32_41
>     bool
> -    prompt "2.6.32.40 (longterm)"
> +    prompt "2.6.32.41 (longterm)"
>     help
>       The Linux 2.6.32 tree is a "longterm" maintenance branch.
>
> @@ -169,20 +149,15 @@
>     string
>  # Don't remove next line
>  # CT_INSERT_VERSION_STRING_BELOW
> +    default "2.6.39.1" if KERNEL_V_2_6_39_1
>     default "2.6.39" if KERNEL_V_2_6_39
> -    default "2.6.38.6" if KERNEL_V_2_6_38_6
> -    default "2.6.38.5" if KERNEL_V_2_6_38_5
> -    default "2.6.38.4" if KERNEL_V_2_6_38_4
> -    default "2.6.38.3" if KERNEL_V_2_6_38_3
> -    default "2.6.38.2" if KERNEL_V_2_6_38_2
> -    default "2.6.38.1" if KERNEL_V_2_6_38_1
> -    default "2.6.38" if KERNEL_V_2_6_38
> +    default "2.6.38.8" if KERNEL_V_2_6_38_8
>     default "2.6.37.6" if KERNEL_V_2_6_37_6
>     default "2.6.36.4" if KERNEL_V_2_6_36_4
>     default "2.6.35.13" if KERNEL_V_2_6_35_13
>     default "2.6.34.9" if KERNEL_V_2_6_34_9
> -    default "2.6.33.13" if KERNEL_V_2_6_33_13
> -    default "2.6.32.40" if KERNEL_V_2_6_32_40
> +    default "2.6.33.14" if KERNEL_V_2_6_33_13
> +    default "2.6.32.41" if KERNEL_V_2_6_32_40
>     default "2.6.31.14" if KERNEL_V_2_6_31_14
>     default "2.6.27.59" if KERNEL_V_2_6_27_59
>
>

--
For unsubscribe information see http://sourceware.org/lists.html#faq



More information about the crossgcc mailing list