diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-09-22 22:49:38 +0200 |
---|---|---|
committer | Sinseman44 <sinseman44@gmail.com> | 2011-09-22 22:49:38 +0200 |
commit | bcb784e8261703b4a61b5fb8bea1b833c7abfc18 (patch) | |
tree | 4a02617481b56ad9ec5dc5d96ebac6839e2f9c73 /config/kernel | |
parent | e8fc5b34079387acb831a5aeaa89549982a9e6f9 (diff) | |
download | crosstool-ng-bcb784e8261703b4a61b5fb8bea1b833c7abfc18.tar.gz crosstool-ng-bcb784e8261703b4a61b5fb8bea1b833c7abfc18.tar.bz2 crosstool-ng-bcb784e8261703b4a61b5fb8bea1b833c7abfc18.zip |
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/kernel')
-rw-r--r-- | config/kernel/linux.in | 11 |
1 files changed, 6 insertions, 5 deletions
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 |