buildrootschalter/toolchain/kernel-headers
Eric Andersen 491b44e86a If you update the kernel headers tarball and run make against an already built
buildroot, the header files will be re-extracted, but they will not be put in
exactly the right place if the name of the extracted directory includes the
kernel version numbers.

For example, linux-libc-headers-2.4.25.tar.bz2 will be extracted to
$(TOOLCHAIN_BUILD_DIR)/linux-libc-headers-2.4.25, and then the mv command will
move the newly extracted headers into the already existing
$(TOOLCHAIN_BUILD_DIR)/linux directory, instead of replacing that directory as
desired.

The fix is to first remove the $(TOOLCHAIN_BUILD_DIR)/linux directory and then
do the mv command.

http://bugs.busybox.net/view.php?id=296
2005-06-23 23:25:25 +00:00
..
Config.in Bump available sanitized kernel headers 2005-03-18 10:23:50 +00:00
kernel-headers.mk If you update the kernel headers tarball and run make against an already built 2005-06-23 23:25:25 +00:00
linux-libc-headers-2.6.8-cleanup.patch facelift step number two 2004-10-09 02:49:33 +00:00
linux-libc-headers-2.6.11.0-mips-nptl.patch Patch from 2.6.12-rc3 Linux/MIPS tree to add in NPTL changes for MIPS. Hopefully 2.6.12 will release soon so we can get the updates. 2005-05-05 04:26:07 +00:00
linux-libc-headers-2.6.11.0.patch Add missing definition for 'struct ip_nat_multi_range_compat' so 2005-03-22 20:05:01 +00:00