diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-08-03 01:26:12 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-08-03 01:26:12 +0200 |
commit | 732128112f055985975be5c7255940510ac5fd64 (patch) | |
tree | 5e66b7b15412640e23f00173fe2a43c8e7a5eb16 | |
parent | 0b187b2b1243bbf4ad9f2e0a01729d31feb767d0 (diff) | |
download | crosstool-ng-732128112f055985975be5c7255940510ac5fd64.tar.gz crosstool-ng-732128112f055985975be5c7255940510ac5fd64.tar.bz2 crosstool-ng-732128112f055985975be5c7255940510ac5fd64.zip |
kernel/linux: add latest versions
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-rw-r--r-- | config/kernel/linux.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 07e548e5..0857a341 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -38,17 +38,17 @@ config KERNEL_V_3_3_8 bool prompt "3.3.8" -config KERNEL_V_3_2_24 +config KERNEL_V_3_2_25 bool - prompt "3.2.24" + prompt "3.2.25" config KERNEL_V_3_1_10 bool prompt "3.1.10" -config KERNEL_V_3_0_38 +config KERNEL_V_3_0_39 bool - prompt "3.0.38" + prompt "3.0.39" config KERNEL_V_2_6_39_4 bool @@ -142,9 +142,9 @@ config KERNEL_VERSION default "3.5" if KERNEL_V_3_5 default "3.4.7" if KERNEL_V_3_4_7 default "3.3.8" if KERNEL_V_3_3_8 - default "3.2.24" if KERNEL_V_3_2_24 + default "3.2.25" if KERNEL_V_3_2_25 default "3.1.10" if KERNEL_V_3_1_10 - default "3.0.38" if KERNEL_V_3_0_38 + default "3.0.39" if KERNEL_V_3_0_39 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 |