summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/kernel/linux.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index b8935d9..618e4c9 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -140,16 +140,17 @@ config KERNEL_V_2_6_27_59
config KERNEL_LINUX_CUSTOM
bool
- prompt "custom tarball"
+ prompt "custom tarball or directory"
help
- Use a local tarball of a complete kernel source tree.
+ Use a local tarball or local kernel directory of a complete kernel source tree.
-config KERNEL_LINUX_CUSTOM_TARBALL
+config KERNEL_LINUX_CUSTOM_LOCATION
string
- prompt "Path to custom tarball"
+ prompt "Path to custom source, tarball or directory"
depends on KERNEL_LINUX_CUSTOM
help
- Enter here the path to the tarball of your full kernel tree.
+ Enter here the path to the tarball of your full kernel tree or
+ kernel directory
endchoice