summaryrefslogtreecommitdiff
path: root/v4l/Make.config
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/Make.config')
-rw-r--r--v4l/Make.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l/Make.config b/v4l/Make.config
index 91cb1f7a1..bd8f1c145 100644
--- a/v4l/Make.config
+++ b/v4l/Make.config
@@ -26,6 +26,7 @@ CONFIG_DVB_FRONTENDS := n
ifneq ($(KERNELRELEASE),)
need_dvb = $(shell test $(SUBLEVEL) -ge 12 && echo yes)
+need_dvb = $(shell test $(VERSION) -lt 6 && echo no)
endif
ifeq ($(need_dvb),yes)