config/kernel/linux.in
changeset 1535 073d351bdcd3
parent 1534 d4ddf19a1968
child 1543 2cc7b9556b39
     1.1 --- a/config/kernel/linux.in	Sun Sep 13 17:51:33 2009 +0200
     1.2 +++ b/config/kernel/linux.in	Sun Sep 13 18:38:06 2009 +0200
     1.3 @@ -31,6 +31,8 @@
     1.4  choice
     1.5      bool
     1.6      prompt "Linux kernel version"
     1.7 +# Don't remove next line
     1.8 +# CT_INSERT_VERSION_BELOW
     1.9  
    1.10  config KERNEL_V_2_6_31
    1.11      bool
    1.12 @@ -145,9 +147,6 @@
    1.13      prompt "2.6.18.8 (OBSOLETE)"
    1.14      depends on OBSOLETE
    1.15  
    1.16 -# CT_INSERT_VERSION_ABOVE
    1.17 -# Don't remove above line!
    1.18 -
    1.19  config KERNEL_V_select
    1.20      bool
    1.21      prompt "Other version (EXPERIMENTAL)"
    1.22 @@ -158,6 +157,8 @@
    1.23  config KERNEL_VERSION
    1.24      string
    1.25      prompt "Kernel version" if KERNEL_V_select
    1.26 +# Don't remove next line
    1.27 +# CT_INSERT_VERSION_STRING_BELOW
    1.28      default "2.6.31" if KERNEL_V_2_6_31
    1.29      default "2.6.30.6" if KERNEL_V_2_6_30_6
    1.30      default "2.6.30.5" if KERNEL_V_2_6_30_5
    1.31 @@ -184,8 +185,6 @@
    1.32      default "2.6.20.21" if KERNEL_V_2_6_20_21
    1.33      default "2.6.19.7" if KERNEL_V_2_6_19_7
    1.34      default "2.6.18.8" if KERNEL_V_2_6_18_8
    1.35 -# CT_INSERT_VERSION_STRING_ABOVE
    1.36 -# Don't remove above line!
    1.37      help
    1.38        Enter here the kernel version you want to use, if it is
    1.39        not listed above. Something like V.P.S or V.P.S.E, where: