This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]