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 /CHANGES | |
parent | 1ba3c8434cc150f166862dbb368f8ca35332b39a (diff) | |
download | buildroot-novena-79c9a433ed0baaf568aa8b27c692001798905742.tar.gz buildroot-novena-79c9a433ed0baaf568aa8b27c692001798905742.zip |
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 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ Issues resolved (http://bugs.uclibc.org): + #751: Kernel 2.6 snapshot fetch fail #753: Bump lighttpd package to 1.4.25 #761: Add binutils 2.20 to toolchain options |