kernel: modules: video: remove v4l2-common from video-core
v4l2-common.ko was merged into videodev.ko and no longer exists.
Fixes: ac5671f46c
("kernel: remove obsolete kernel version switches for 4.19")
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
3ccd369ba7
commit
5c48b65738
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ define KernelPackage/video-core
|
||||||
CONFIG_MEDIA_PLATFORM_DRIVERS=y@ge6.1
|
CONFIG_MEDIA_PLATFORM_DRIVERS=y@ge6.1
|
||||||
FILES:= \
|
FILES:= \
|
||||||
$(LINUX_DIR)/drivers/media/$(V4L2_DIR)/videodev.ko
|
$(LINUX_DIR)/drivers/media/$(V4L2_DIR)/videodev.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,60, videodev v4l2-common)
|
AUTOLOAD:=$(call AutoLoad,60,videodev)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/video-core/description
|
define KernelPackage/video-core/description
|
||||||
|
|
Loading…
Reference in a new issue