From bcb784e8261703b4a61b5fb8bea1b833c7abfc18 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 22 Sep 2011 22:49:38 +0200 Subject: 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 [yann.morin.1998@anciens.enib.fr: fix space damage, detailed commit message] Signed-off-by: "Yann E. MORIN" --- config/kernel/linux.in | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'config/kernel/linux.in') diff --git a/config/kernel/linux.in b/config/kernel/linux.in index b8935d9f..618e4c91 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 -- cgit v1.2.3