diff options
| author | Stijn Tintel | 2021-03-17 00:06:43 +0000 |
|---|---|---|
| committer | Stijn Tintel | 2021-12-20 17:57:01 +0000 |
| commit | a47c82b5561e1c779497972d3272721952f7408f (patch) | |
| tree | 2bca3bbc584b7b58ca39fecaa54e689587e9d491 | |
| parent | 15d0c4d5cdd73b2a81f32478e0c2ec7d832ad191 (diff) | |
| download | openwrt-a47c82b5561e1c779497972d3272721952f7408f.tar.gz | |
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>
| -rw-r--r-- | package/kernel/linux/modules/video.mk | 8 |
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) |