kernel: kmod-video-cpia2: Remove driver
This driver was removed in kernel 6.3 [0], remove it from OpenWrt too. [0]: https://git.kernel.org/linus/9ea8a9c72a9b4d24e6045ee25f5e465dc22f9f55 Link: https://github.com/openwrt/openwrt/pull/19480 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
33e8f316fd
commit
aa04a5366c
|
@ -783,21 +783,6 @@ endef
|
|||
|
||||
$(eval $(call KernelPackage,video-fwnode))
|
||||
|
||||
define KernelPackage/video-cpia2
|
||||
TITLE:=CPIA2 video driver
|
||||
DEPENDS:=@USB_SUPPORT
|
||||
KCONFIG:=CONFIG_VIDEO_CPIA2
|
||||
FILES:=$(LINUX_DIR)/drivers/media/$(V4L2_USB_DIR)/cpia2/cpia2.ko
|
||||
AUTOLOAD:=$(call AutoProbe,cpia2)
|
||||
$(call AddDepends/camera)
|
||||
endef
|
||||
|
||||
define KernelPackage/video-cpia2/description
|
||||
Kernel modules for supporting CPIA2 USB based cameras
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,video-cpia2))
|
||||
|
||||
|
||||
define KernelPackage/video-pwc
|
||||
TITLE:=Philips USB webcam support
|
||||
|
|
Loading…
Reference in New Issue