# HG changeset patch # User "Yann E. MORIN" # Date 1343949972 -7200 # Node ID 8b914f5ce90dcd964de0de89af115bae22d75aa6 # Parent d25fb5bf66154e7e97e84705974c76cbc3640b5c kernel/linux: add latest versions Signed-off-by: "Yann E. MORIN" diff -r d25fb5bf6615 -r 8b914f5ce90d config/kernel/linux.in --- a/config/kernel/linux.in Thu Aug 02 21:38:41 2012 +0200 +++ b/config/kernel/linux.in Fri Aug 03 01:26:12 2012 +0200 @@ -38,17 +38,17 @@ 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 @@ 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