Change History (5)
comment:2 by , 17 years ago
Replying to ken@linuxfromscratch.org:
Make headers_check fails, see e.g. http://www.ussg.iu.edu/hypermail/linux/kernel/0802.3/1006.html
Oh, yes I saw that too in http://lkml.org/lkml/2008/2/27/394 ...
comment:3 by , 17 years ago
I found a patch named "remove-if-addrlable.patch" inside patch-2.6.24.3-rt3-broken-out.tar.bz2, which appears to be the 2.6.24.3 maintenance branch. So anyway, the fix is:
sed -e '/if_addrlabel.h/d' -i.orig include/linux/Kbuild
The if_addrlabel.h header was intended for the 2.6.25 release, and was added to 2.6.24.3 by mistake.
comment:4 by , 17 years ago
Summary: | Kernel 2.6.24.3 → Kernel 2.6.24.4 |
---|
Bumping up the version to 2.6.24.4.
The headers_check error appears to have been fixed.
Note:
See TracTickets
for help on using tickets.