diff options
author | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2013-02-19 13:07:09 +0100 |
---|---|---|
committer | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2013-02-19 13:07:09 +0100 |
commit | cfcaf42076aad1236814c5b3a516edcf4ff75829 (patch) | |
tree | d2edf807c47117f7e58a6a471fe42a7cc0531186 | |
parent | 9eca679b7a7100689a07623bfe45e2c1ca6f57ce (diff) | |
download | crosstool-ng-cfcaf42076aad1236814c5b3a516edcf4ff75829.tar.gz crosstool-ng-cfcaf42076aad1236814c5b3a516edcf4ff75829.tar.bz2 crosstool-ng-cfcaf42076aad1236814c5b3a516edcf4ff75829.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: add latest versions since released]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <125b3612bbefcb57166b.1361275815@advdt005-ubuntu>
Patchwork-Id: 221686
-rw-r--r-- | config/kernel/linux.in | 32 |
1 files changed, 11 insertions, 21 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index a79284ee..baae7d4d 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -26,21 +26,13 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW -config KERNEL_V_3_7_3 +config KERNEL_V_3_8 bool - prompt "3.7.3" - -config KERNEL_V_3_7_2 - bool - prompt "3.7.2" - -config KERNEL_V_3_7_1 - bool - prompt "3.7.1" + prompt "3.8" config KERNEL_V_3_7 bool - prompt "3.7" + prompt "3.7.9" config KERNEL_V_3_6 bool @@ -52,7 +44,7 @@ config KERNEL_V_3_5 config KERNEL_V_3_4 bool - prompt "3.4.26" + prompt "3.4.33" config KERNEL_V_3_3 bool @@ -60,7 +52,7 @@ config KERNEL_V_3_3 config KERNEL_V_3_2 bool - prompt "3.2.37" + prompt "3.2.39" config KERNEL_V_3_1 bool @@ -68,7 +60,7 @@ config KERNEL_V_3_1 config KERNEL_V_3_0 bool - prompt "3.0.59" + prompt "3.0.66" config KERNEL_V_2_6_39 bool @@ -159,17 +151,15 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "3.7.3" if KERNEL_V_3_7_3 - default "3.7.2" if KERNEL_V_3_7_2 - default "3.7.1" if KERNEL_V_3_7_1 - default "3.7" if KERNEL_V_3_7 + default "3.8" if KERNEL_V_3_8 + default "3.7.9" 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.26" if KERNEL_V_3_4 + default "3.4.33" if KERNEL_V_3_4 default "3.3.8" if KERNEL_V_3_3 - default "3.2.37" if KERNEL_V_3_2 + default "3.2.39" if KERNEL_V_3_2 default "3.1.10" if KERNEL_V_3_1 - default "3.0.59" if KERNEL_V_3_0 + default "3.0.66" 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 |