aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2021-03-17 02:06:43 +0200
committerStijn Tintel <stijn@linux-ipv6.be>2021-12-20 19:57:01 +0200
commita47c82b5561e1c779497972d3272721952f7408f (patch)
tree2bca3bbc584b7b58ca39fecaa54e689587e9d491 /package/kernel/linux
parent15d0c4d5cdd73b2a81f32478e0c2ec7d832ad191 (diff)
downloadupstream-a47c82b5561e1c779497972d3272721952f7408f.tar.gz
upstream-a47c82b5561e1c779497972d3272721952f7408f.tar.bz2
upstream-a47c82b5561e1c779497972d3272721952f7408f.zip
kernel: drop obsolete symbols from kmod-video-core
These symbols don't exist in any of the supported kernel versions. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'package/kernel/linux')
-rw-r--r--package/kernel/linux/modules/video.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/package/kernel/linux/modules/video.mk b/package/kernel/linux/modules/video.mk
index 431f077c44..bd9f23850d 100644
--- a/package/kernel/linux/modules/video.mk
+++ b/package/kernel/linux/modules/video.mk
@@ -398,13 +398,7 @@ define KernelPackage/video-core
CONFIG_MEDIA_SUPPORT \
CONFIG_MEDIA_CAMERA_SUPPORT=y \
CONFIG_VIDEO_DEV \
- CONFIG_VIDEO_V4L1=y \
- CONFIG_VIDEO_ALLOW_V4L1=y \
- CONFIG_VIDEO_CAPTURE_DRIVERS=y \
- CONFIG_V4L_USB_DRIVERS=y \
- CONFIG_V4L_PCI_DRIVERS=y \
- CONFIG_V4L_PLATFORM_DRIVERS=y \
- CONFIG_V4L_ISA_PARPORT_DRIVERS=y
+ CONFIG_V4L_PLATFORM_DRIVERS=y
FILES:= \
$(LINUX_DIR)/drivers/media/$(V4L2_DIR)/videodev.ko
AUTOLOAD:=$(call AutoLoad,60, videodev v4l2-common)