diff options
author | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2012-11-15 20:51:31 +0100 |
---|---|---|
committer | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2012-11-15 20:51:31 +0100 |
commit | 1d6a6534d1d66e58a2d43c5468814afcb0e16362 (patch) | |
tree | 5d8ae5ea8202ad796706fb8d352f7f4ed03c352d /config | |
parent | 9f0e9ebc73db7586d00f657f5e61905cde9c6044 (diff) | |
download | crosstool-ng-1d6a6534d1d66e58a2d43c5468814afcb0e16362.tar.gz crosstool-ng-1d6a6534d1d66e58a2d43c5468814afcb0e16362.tar.bz2 crosstool-ng-1d6a6534d1d66e58a2d43c5468814afcb0e16362.zip |
kernel/linux: update revisions
Update Linux with the latest available revisions.
Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Message-Id: <4b669b1e51901b6ec6b1.1353009148@advdt005-ubuntu>
Patchwork-Id: 199394
Diffstat (limited to 'config')
-rw-r--r-- | config/kernel/linux.in | 33 |
1 files changed, 24 insertions, 9 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index afe40d9b..22a45af2 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_6_6 + bool + prompt "3.6.6" + +config KERNEL_V_3_6_5 + bool + prompt "3.6.5" + +config KERNEL_V_3_6_4 + bool + prompt "3.6.4" + config KERNEL_V_3_6_3 bool prompt "3.6.3" @@ -46,25 +58,25 @@ config KERNEL_V_3_5_7 bool prompt "3.5.7" -config KERNEL_V_3_4_15 +config KERNEL_V_3_4_18 bool - prompt "3.4.15" + prompt "3.4.18" config KERNEL_V_3_3_8 bool prompt "3.3.8" -config KERNEL_V_3_2_32 +config KERNEL_V_3_2_33 bool - prompt "3.2.32" + prompt "3.2.33" config KERNEL_V_3_1_10 bool prompt "3.1.10" -config KERNEL_V_3_0_48 +config KERNEL_V_3_0_51 bool - prompt "3.0.48" + prompt "3.0.51" config KERNEL_V_2_6_39_4 bool @@ -155,16 +167,19 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "3.6.6" if KERNEL_V_3_6_6 + default "3.6.5" if KERNEL_V_3_6_5 + default "3.6.4" if KERNEL_V_3_6_4 default "3.6.3" if KERNEL_V_3_6_3 default "3.6.2" if KERNEL_V_3_6_2 default "3.6.1" if KERNEL_V_3_6_1 default "3.6" if KERNEL_V_3_6 default "3.5.7" if KERNEL_V_3_5_7 - default "3.4.15" if KERNEL_V_3_4_15 + default "3.4.18" if KERNEL_V_3_4_18 default "3.3.8" if KERNEL_V_3_3_8 - default "3.2.32" if KERNEL_V_3_2_32 + default "3.2.33" if KERNEL_V_3_2_33 default "3.1.10" if KERNEL_V_3_1_10 - default "3.0.48" if KERNEL_V_3_0_48 + default "3.0.51" if KERNEL_V_3_0_51 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 |