Skip to content

Commit

Permalink
kernel: drop obsolete symbols from kmod-video-core
Browse files Browse the repository at this point in the history
These symbols don't exist in any of the supported kernel versions.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
  • Loading branch information
stintel committed Dec 20, 2021
1 parent 15d0c4d commit a47c82b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions package/kernel/linux/modules/video.mk
Expand Up @@ -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)
Expand Down

0 comments on commit a47c82b

Please sign in to comment.