Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 417245 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure (-1 / +1 lines)
Lines 277-283 Link Here
277
277
278
# find build system (2.6 or legacy)
278
# find build system (2.6 or legacy)
279
kbuild26="yes"
279
kbuild26="yes"
280
if grep -q "PATCHLEVEL = 4" $kernel_path/Makefile ; then
280
if grep -q "VERSION = 2" && grep -q "PATCHLEVEL = 4" $kernel_path/Makefile ; then
281
kbuild26="no"
281
kbuild26="no"
282
fi
282
fi
283
283
(-)a/Makefile (-1 / +1 lines)
Lines 75-81 Link Here
75
75
76
else
76
else
77
77
78
ifeq ($(PATCHLEVEL),4)
78
ifeq ($(VERSION).$(PATCHLEVEL),2.4)
79
# called from 2.4 kernel kbuild
79
# called from 2.4 kernel kbuild
80
80
81
obj-m:= kqemu.o
81
obj-m:= kqemu.o

Return to bug 417245