kernel 2.6.24 creates a symlink to bzImage, which is copied inplace, symlink and...
authorJohn Voltz <john.voltz@gmail.com>
Fri, 21 Mar 2008 17:57:02 +0000 (17:57 -0000)
committerJohn Voltz <john.voltz@gmail.com>
Fri, 21 Mar 2008 17:57:02 +0000 (17:57 -0000)
commitc2fe2a53ddb6a7c0f85250f458dd6f3e3ae6b03a
tree36ed848de6b35e3edcd74feb184b0657d639d4bb
parent69ae3cec84e6dbd19b8501e13f84d7159074ab75
kernel 2.6.24 creates a symlink to bzImage, which is copied inplace, symlink and all, this gives an incorrect symlink deref in binaries/uclibc/ and points to ../../x86/bzImage. Do not copy symlink in place, follow it. Patch by Nigel Kukard.
target/linux/Makefile.in