config/kernel/linux.in
changeset 2680 b94e0f9d15a3
parent 2652 8e76355776c3
child 2734 c14996fd45ad
     1.1 --- a/config/kernel/linux.in	Wed Sep 07 00:20:30 2011 +0200
     1.2 +++ b/config/kernel/linux.in	Thu Sep 22 22:49:38 2011 +0200
     1.3 @@ -140,16 +140,17 @@
     1.4  
     1.5  config KERNEL_LINUX_CUSTOM
     1.6      bool
     1.7 -    prompt "custom tarball"
     1.8 +    prompt "custom tarball or directory"
     1.9      help
    1.10 -      Use a local tarball of a complete kernel source tree.
    1.11 +      Use a local tarball or local kernel directory of a complete kernel source tree.
    1.12  
    1.13 -config KERNEL_LINUX_CUSTOM_TARBALL
    1.14 +config KERNEL_LINUX_CUSTOM_LOCATION
    1.15      string
    1.16 -    prompt "Path to custom tarball"
    1.17 +    prompt "Path to custom source, tarball or directory"
    1.18      depends on KERNEL_LINUX_CUSTOM
    1.19      help
    1.20 -      Enter here the path to the tarball of your full kernel tree.
    1.21 +      Enter here the path to the tarball of your full kernel tree or
    1.22 +      kernel directory
    1.23  
    1.24  endchoice
    1.25