diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-12-06 15:40:03 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-12-06 15:54:03 +0100 |
commit | 79c9a433ed0baaf568aa8b27c692001798905742 (patch) | |
tree | 3d1aef65c990ef503a34310bd3c07f4ae3e59e89 /toolchain/kernel-headers/Config.in | |
parent | 1ba3c8434cc150f166862dbb368f8ca35332b39a (diff) |
kernel-headers: make snapshot option more user friendly
Closes #751.
Make kernel headers snapshot more user friendly by making it more obvious
that it's about using a local kernel snapshot, and error out with a sensible
error message if the option is enabled but no linux-2.6.tar.bz2 is present
in DL_DIR, rather than trying to fetch it from kernel.org.
Furthermore fix the bug where it tried to use linux-2.6..tar.bz2 instead of
linux-2.6.tar.bz2.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/kernel-headers/Config.in')
-rw-r--r-- | toolchain/kernel-headers/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in index 267740914..df0f9c803 100644 --- a/toolchain/kernel-headers/Config.in +++ b/toolchain/kernel-headers/Config.in @@ -47,7 +47,7 @@ choice bool "Linux 2.6 (manually specified version)" config BR2_KERNEL_HEADERS_SNAP - bool "Linux 2.6 snapshot" + bool "Local Linux snapshot (linux-2.6.tar.bz2)" endchoice config BR2_KERNEL_HEADERS_RT |