Allow user to select a non-listed Linux kernel version, as suggested
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Apr 01 20:58:35 2009 +0000 (2009-04-01)
changeset 128471ee86230f42
parent 1283 f5e7ce8f5793
child 1287 2a70bb65824e
Allow user to select a non-listed Linux kernel version, as suggested
by Stefan Hallas Andersen <stefande@cisco.com>

/trunk/config/kernel/linux.in | 14 14 0 0 ++++++++++++++
1 file changed, 14 insertions(+)
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Tue Mar 31 17:05:01 2009 +0000
     1.2 +++ b/config/kernel/linux.in	Wed Apr 01 20:58:35 2009 +0000
     1.3 @@ -208,10 +208,17 @@
     1.4  
     1.5  # CT_INSERT_VERSION_ABOVE
     1.6  # Don't remove above line!
     1.7 +
     1.8 +config KERNEL_V_select
     1.9 +    bool
    1.10 +    prompt "Other version (EXPERIMENTAL)"
    1.11 +    depends on EXPERIMENTAL
    1.12 +
    1.13  endchoice
    1.14  
    1.15  config KERNEL_VERSION
    1.16      string
    1.17 +    prompt "Kernel version" if KERNEL_V_select
    1.18      default "2.6.18.8" if KERNEL_V_2_6_18_8
    1.19      default "2.6.19.7" if KERNEL_V_2_6_19_7
    1.20      default "2.6.20.21" if KERNEL_V_2_6_20_21
    1.21 @@ -256,6 +263,13 @@
    1.22      default "2.6.29" if KERNEL_V_2_6_29
    1.23  # CT_INSERT_VERSION_STRING_ABOVE
    1.24  # Don't remove above line!
    1.25 +    help
    1.26 +      Enter here the kernel version you want to use, if it is
    1.27 +      not listed above. Something like V.P.S or V.P.S.E, where:
    1.28 +        V: VERSION
    1.29 +        P: PATCHLEVEL
    1.30 +        S: SUBLEVEL
    1.31 +        E: EXTRAVERSION
    1.32  
    1.33  choice
    1.34      bool