diff options
author | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2012-07-23 14:06:25 +0200 |
---|---|---|
committer | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2012-07-23 14:06:25 +0200 |
commit | 67741d5952776f27767a6d6aed08bec3aac4beb6 (patch) | |
tree | cb6cc0b45f7fb3fce98b61f5a174db05b76d5b6b | |
parent | 220132a2f2cbbfb8b0e8d0639e582fc481df0520 (diff) | |
download | crosstool-ng-67741d5952776f27767a6d6aed08bec3aac4beb6.tar.gz crosstool-ng-67741d5952776f27767a6d6aed08bec3aac4beb6.tar.bz2 crosstool-ng-67741d5952776f27767a6d6aed08bec3aac4beb6.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: <c626b7332f2b92478fda.1343045360@advdt005-ubuntu>
-rw-r--r-- | config/kernel/linux.in | 34 |
1 files changed, 12 insertions, 22 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 1ccc923b..814b9038 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -26,37 +26,29 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW -config KERNEL_V_3_4_3 +config KERNEL_V_3_5 bool - prompt "3.4.3" + prompt "3.5" -config KERNEL_V_3_4_2 +config KERNEL_V_3_4_6 bool - prompt "3.4.2" - -config KERNEL_V_3_4_1 - bool - prompt "3.4.1" - -config KERNEL_V_3_4 - bool - prompt "3.4" + prompt "3.4.6" config KERNEL_V_3_3_8 bool prompt "3.3.8" -config KERNEL_V_3_2_20 +config KERNEL_V_3_2_23 bool - prompt "3.2.20" + prompt "3.2.23" config KERNEL_V_3_1_10 bool prompt "3.1.10" -config KERNEL_V_3_0_35 +config KERNEL_V_3_0_38 bool - prompt "3.0.35" + prompt "3.0.38" config KERNEL_V_2_6_39_4 bool @@ -147,14 +139,12 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "3.4.3" if KERNEL_V_3_4_3 - default "3.4.2" if KERNEL_V_3_4_2 - default "3.4.1" if KERNEL_V_3_4_1 - default "3.4" if KERNEL_V_3_4 + default "3.5" if KERNEL_V_3_5 + default "3.4.6" if KERNEL_V_3_4_6 default "3.3.8" if KERNEL_V_3_3_8 - default "3.2.20" if KERNEL_V_3_2_20 + default "3.2.23" if KERNEL_V_3_2_23 default "3.1.10" if KERNEL_V_3_1_10 - default "3.0.35" if KERNEL_V_3_0_35 + default "3.0.38" if KERNEL_V_3_0_38 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 |