summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-09-22 20:49:38 (GMT)
committerSinseman44 <sinseman44@gmail.com>2011-09-22 20:49:38 (GMT)
commitbcb784e8261703b4a61b5fb8bea1b833c7abfc18 (patch)
tree4a02617481b56ad9ec5dc5d96ebac6839e2f9c73 /config
parente8fc5b34079387acb831a5aeaa89549982a9e6f9 (diff)
kernel/linux: use a custom kernel source directory
Allows using either a tarball or a directory as the custom kernel source location. Signed-off-by: Vincent BENOIT <sinseman44@gmail.com> [yann.morin.1998@anciens.enib.fr: fix space damage, detailed commit message] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
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