diff options
author | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2013-04-11 15:24:46 +0200 |
---|---|---|
committer | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2013-04-11 15:24:46 +0200 |
commit | f60abd80ae398a2327875eb77d353fcfd918b316 (patch) | |
tree | 99bf047d246bb945f39cfbc4ce2465e30f17265f | |
parent | e8023f01d0dbc91bc8070b49b2daf8fccb4d3e5a (diff) | |
download | crosstool-ng-f60abd80ae398a2327875eb77d353fcfd918b316.tar.gz crosstool-ng-f60abd80ae398a2327875eb77d353fcfd918b316.tar.bz2 crosstool-ng-f60abd80ae398a2327875eb77d353fcfd918b316.zip |
kernel/linux: update revisions
Update Linux with the latest available revisions.
Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
[yann.morin.1998@free.fr: added newer versions released since]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <435dcc4cade342ab9ee0.1365686746@advdt005-ubuntu>
Patchwork-Id: 235741
-rw-r--r-- | config/kernel/linux.in | 32 |
1 files changed, 26 insertions, 6 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index d35b55cf..c90f69cd 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -26,6 +26,22 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_3_8_7 + bool + prompt "3.8.7" + +config KERNEL_V_3_8_6 + bool + prompt "3.8.6" + +config KERNEL_V_3_8_5 + bool + prompt "3.8.5" + +config KERNEL_V_3_8_4 + bool + prompt "3.8.4" + config KERNEL_V_3_8_3 bool prompt "3.8.3" @@ -56,7 +72,7 @@ config KERNEL_V_3_5 config KERNEL_V_3_4 bool - prompt "3.4.36" + prompt "3.4.40" config KERNEL_V_3_3 bool @@ -64,7 +80,7 @@ config KERNEL_V_3_3 config KERNEL_V_3_2 bool - prompt "3.2.40" + prompt "3.2.43" config KERNEL_V_3_1 bool @@ -72,7 +88,7 @@ config KERNEL_V_3_1 config KERNEL_V_3_0 bool - prompt "3.0.69" + prompt "3.0.73" config KERNEL_V_2_6_39 bool @@ -163,6 +179,10 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "3.8.7" if KERNEL_V_3_8_7 + default "3.8.6" if KERNEL_V_3_8_6 + default "3.8.5" if KERNEL_V_3_8_5 + default "3.8.4" if KERNEL_V_3_8_4 default "3.8.3" if KERNEL_V_3_8_3 default "3.8.2" if KERNEL_V_3_8_2 default "3.8.1" if KERNEL_V_3_8_1 @@ -170,11 +190,11 @@ config KERNEL_VERSION default "3.7.10" if KERNEL_V_3_7 default "3.6.11" if KERNEL_V_3_6 default "3.5.7" if KERNEL_V_3_5 - default "3.4.36" if KERNEL_V_3_4 + default "3.4.40" if KERNEL_V_3_4 default "3.3.8" if KERNEL_V_3_3 - default "3.2.40" if KERNEL_V_3_2 + default "3.2.43" if KERNEL_V_3_2 default "3.1.10" if KERNEL_V_3_1 - default "3.0.69" if KERNEL_V_3_0 + default "3.0.73" if KERNEL_V_3_0 default "2.6.39.4" if KERNEL_V_2_6_39 default "2.6.38.8" if KERNEL_V_2_6_38 default "2.6.37.6" if KERNEL_V_2_6_37 |