kernel/linux: fix typoes
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Aug 30 10:21:45 2011 +0200 (2011-08-30)
changeset 264961ec8b08f98d
parent 2648 6eb0189d7225
child 2650 4d299836e994
kernel/linux: fix typoes

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Tue Aug 30 09:43:48 2011 +0200
     1.2 +++ b/config/kernel/linux.in	Tue Aug 30 10:21:45 2011 +0200
     1.3 @@ -26,9 +26,9 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 -config KERNEL_V_3_0,4
     1.8 +config KERNEL_V_3_0_4
     1.9      bool
    1.10 -    prompt "3.0,4"
    1.11 +    prompt "3.0.4"
    1.12  
    1.13  config KERNEL_V_3_0_3
    1.14      bool
    1.15 @@ -157,7 +157,7 @@
    1.16      string
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19 -    default "3.0,4" if KERNEL_V_3_0,4
    1.20 +    default "3.0_4" if KERNEL_V_3_0_4
    1.21      default "3.0.3" if KERNEL_V_3_0_3
    1.22      default "3.0.2" if KERNEL_V_3_0_2
    1.23      default "3.0.1" if KERNEL_V_3_0_1