diff options
author | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2012-08-20 20:29:48 +0200 |
---|---|---|
committer | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2012-08-20 20:29:48 +0200 |
commit | e3fb9c8c47dc298e79e26868ec60bfcd2dfa16af (patch) | |
tree | 541da90bcdb52ad26e25eec4fe8c774930b0db02 /config | |
parent | efaa05a345aeef8b8c433a9dce585ce475196d48 (diff) | |
download | crosstool-ng-e3fb9c8c47dc298e79e26868ec60bfcd2dfa16af.tar.gz crosstool-ng-e3fb9c8c47dc298e79e26868ec60bfcd2dfa16af.tar.bz2 crosstool-ng-e3fb9c8c47dc298e79e26868ec60bfcd2dfa16af.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: <3be58d464e5a3ed992b4.1345487432@advdt005-ubuntu>
Diffstat (limited to 'config')
-rw-r--r-- | config/kernel/linux.in | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 0857a341..7dff4259 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -26,29 +26,37 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_3_5_2 + bool + prompt "3.5.2" + +config KERNEL_V_3_5_1 + bool + prompt "3.5.1" + config KERNEL_V_3_5 bool prompt "3.5" -config KERNEL_V_3_4_7 +config KERNEL_V_3_4_9 bool - prompt "3.4.7" + prompt "3.4.9" config KERNEL_V_3_3_8 bool prompt "3.3.8" -config KERNEL_V_3_2_25 +config KERNEL_V_3_2_28 bool - prompt "3.2.25" + prompt "3.2.28" config KERNEL_V_3_1_10 bool prompt "3.1.10" -config KERNEL_V_3_0_39 +config KERNEL_V_3_0_41 bool - prompt "3.0.39" + prompt "3.0.41" config KERNEL_V_2_6_39_4 bool @@ -139,12 +147,14 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "3.5.2" if KERNEL_V_3_5_2 + default "3.5.1" if KERNEL_V_3_5_1 default "3.5" if KERNEL_V_3_5 - default "3.4.7" if KERNEL_V_3_4_7 + default "3.4.9" if KERNEL_V_3_4_9 default "3.3.8" if KERNEL_V_3_3_8 - default "3.2.25" if KERNEL_V_3_2_25 + default "3.2.28" if KERNEL_V_3_2_28 default "3.1.10" if KERNEL_V_3_1_10 - default "3.0.39" if KERNEL_V_3_0_39 + default "3.0.41" if KERNEL_V_3_0_41 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 |