From: Thierry Parmentelat Date: Mon, 5 Jan 2015 10:30:04 +0000 (+0100) Subject: turn off fprobe-ulog on f20 too as it seems f20 now uses an incompatible kernel as... X-Git-Tag: 5.3.7~17 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=b8a7e068d2fce5e2daf5d56138ad9ee46642581a turn off fprobe-ulog on f20 too as it seems f20 now uses an incompatible kernel as well --- diff --git a/lxc.mk b/lxc.mk index 5245a3ad..29efc655 100644 --- a/lxc.mk +++ b/lxc.mk @@ -122,8 +122,8 @@ IN_NODEIMAGE += codemux # # fprobe-ulog # -# xxx temporarily turning this off on f21 -ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME),f21)" +# xxx temporarily turning this off on f20 and f21 +ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME),f20 f21)" fprobe-ulog-MODULES := fprobe-ulog fprobe-ulog-SPEC := fprobe-ulog.spec ALL += fprobe-ulog