diff options
author | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2012-05-25 19:09:43 +0200 |
---|---|---|
committer | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2012-05-25 19:09:43 +0200 |
commit | 72f728acf4a890ef305c61a6304d91b9e6ae7125 (patch) | |
tree | d68f580bc17314e35c3b9354d672380b92e65fc4 | |
parent | 4652a17c106bec2239bd911de644c2dde0f9bee3 (diff) | |
download | crosstool-ng-72f728acf4a890ef305c61a6304d91b9e6ae7125.tar.gz crosstool-ng-72f728acf4a890ef305c61a6304d91b9e6ae7125.tar.bz2 crosstool-ng-72f728acf4a890ef305c61a6304d91b9e6ae7125.zip |
kernel/linux: update revisions
Update Linux with the latest available revisions.
Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
-rw-r--r-- | config/kernel/linux.in | 39 |
1 files changed, 12 insertions, 27 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index cc6a2230..fc5c9c40 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -26,37 +26,25 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW -config KERNEL_V_3_3_4 +config KERNEL_V_3_4 bool - prompt "3.3.4" + prompt "3.4" -config KERNEL_V_3_3_3 +config KERNEL_V_3_3_7 bool - prompt "3.3.3" + prompt "3.3.7" -config KERNEL_V_3_3_2 +config KERNEL_V_3_2_18 bool - prompt "3.3.2" - -config KERNEL_V_3_3_1 - bool - prompt "3.3.1" - -config KERNEL_V_3_3 - bool - prompt "3.3" - -config KERNEL_V_3_2_16 - bool - prompt "3.2.16" + prompt "3.2.18" config KERNEL_V_3_1_10 bool prompt "3.1.10" -config KERNEL_V_3_0_30 +config KERNEL_V_3_0_32 bool - prompt "3.0.30" + prompt "3.0.32" config KERNEL_V_2_6_39_4 bool @@ -147,14 +135,11 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "3.3.4" if KERNEL_V_3_3_4 - default "3.3.3" if KERNEL_V_3_3_3 - default "3.3.2" if KERNEL_V_3_3_2 - default "3.3.1" if KERNEL_V_3_3_1 - default "3.3" if KERNEL_V_3_3 - default "3.2.16" if KERNEL_V_3_2_16 + default "3.4" if KERNEL_V_3_4 + default "3.3.7" if KERNEL_V_3_3_7 + default "3.2.18" if KERNEL_V_3_2_18 default "3.1.10" if KERNEL_V_3_1_10 - default "3.0.30" if KERNEL_V_3_0_30 + default "3.0.32" if KERNEL_V_3_0_32 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 |