diff options
author | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2012-02-09 13:00:49 +0100 |
---|---|---|
committer | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2012-02-09 13:00:49 +0100 |
commit | 2b93f4fcc41efa7e146b9e2097f19cf40cd6df81 (patch) | |
tree | 63402db924517c4f63c816db9ed1d90548a9461d /config | |
parent | fe2e763af208bdbdbe5bfd1274ddfebc9e389af1 (diff) | |
download | crosstool-ng-2b93f4fcc41efa7e146b9e2097f19cf40cd6df81.tar.gz crosstool-ng-2b93f4fcc41efa7e146b9e2097f19cf40cd6df81.tar.bz2 crosstool-ng-2b93f4fcc41efa7e146b9e2097f19cf40cd6df81.zip |
kernel/linux: update revisions
Update Linux with the latest available revisions.
Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/kernel/linux.in | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 7caf9377..758f1dd6 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -26,6 +26,18 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_3_2_5 + bool + prompt "3.2.5" + +config KERNEL_V_3_2_4 + bool + prompt "3.2.4" + +config KERNEL_V_3_2_3 + bool + prompt "3.2.3" + config KERNEL_V_3_2_2 bool prompt "3.2.2" @@ -42,9 +54,9 @@ config KERNEL_V_3_1_10 bool prompt "3.1.10" -config KERNEL_V_3_0_18 +config KERNEL_V_3_0_20 bool - prompt "3.0.18" + prompt "3.0.20" config KERNEL_V_2_6_39_4 bool @@ -70,9 +82,9 @@ config KERNEL_V_2_6_33_20 .33-rt kernel. Anyone else who really wants to use the .33 kernel tree is welcome to use this one as well. -config KERNEL_V_2_6_32_55 +config KERNEL_V_2_6_32_56 bool - prompt "2.6.32.55 (longterm)" + prompt "2.6.32.56 (longterm)" help The Linux 2.6.32 tree is a "longterm" maintenance branch. @@ -135,17 +147,20 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "3.2.5" if KERNEL_V_3_2_5 + default "3.2.4" if KERNEL_V_3_2_4 + default "3.2.3" if KERNEL_V_3_2_3 default "3.2.2" if KERNEL_V_3_2_2 default "3.2.1" if KERNEL_V_3_2_1 default "3.2" if KERNEL_V_3_2 default "3.1.10" if KERNEL_V_3_1_10 - default "3.0.18" if KERNEL_V_3_0_18 + default "3.0.20" if KERNEL_V_3_0_20 default "2.6.39.4" if KERNEL_V_2_6_39_4 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.33.20" if KERNEL_V_2_6_33_20 - default "2.6.32.55" if KERNEL_V_2_6_32_55 + default "2.6.32.56" if KERNEL_V_2_6_32_56 default "2.6.31.14" if KERNEL_V_2_6_31_14 default "2.6.27.59" if KERNEL_V_2_6_27_59 default "custom" if KERNEL_LINUX_CUSTOM |