diff options
author | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2012-03-15 13:05:31 +0100 |
---|---|---|
committer | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2012-03-15 13:05:31 +0100 |
commit | 9f7d5458a0faf4d84bdf60a20692a88e44152989 (patch) | |
tree | 497644963f0375378181f067de3bda5ec9885344 /config | |
parent | c427fcce6b2ec525f64d307006ef2d96c28b4e1e (diff) | |
download | crosstool-ng-9f7d5458a0faf4d84bdf60a20692a88e44152989.tar.gz crosstool-ng-9f7d5458a0faf4d84bdf60a20692a88e44152989.tar.bz2 crosstool-ng-9f7d5458a0faf4d84bdf60a20692a88e44152989.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 | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 1f8d9ff2..6dd56a64 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -26,6 +26,14 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_3_2_11 + bool + prompt "3.2.11" + +config KERNEL_V_3_2_10 + bool + prompt "3.2.10" + config KERNEL_V_3_2_9 bool prompt "3.2.9" @@ -70,9 +78,9 @@ config KERNEL_V_3_1_10 bool prompt "3.1.10" -config KERNEL_V_3_0_23 +config KERNEL_V_3_0_24 bool - prompt "3.0.23" + prompt "3.0.24" config KERNEL_V_2_6_39_4 bool @@ -163,6 +171,8 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "3.2.11" if KERNEL_V_3_2_11 + default "3.2.10" if KERNEL_V_3_2_10 default "3.2.9" if KERNEL_V_3_2_9 default "3.2.8" if KERNEL_V_3_2_8 default "3.2.7" if KERNEL_V_3_2_7 @@ -174,7 +184,7 @@ config KERNEL_VERSION 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.23" if KERNEL_V_3_0_23 + default "3.0.24" if KERNEL_V_3_0_24 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 |