Skip to content
Snippets Groups Projects
Commit 4657c305 authored by nbd's avatar nbd
Browse files

kernel: video.mk: [media] sn9c102: remove deprecated driver


driver in staging since 3.14
removed upstream in 3.17

from upstream commit message:
Most webcams covered by this driver are now supported by gspca.
Nobody has the hardware or is willing to convert the remaining devices to gspca.

Signed-off-by: default avatarDirk Neukirchen <dirkneukirchen@web.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45120 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 9a243686
No related branches found
No related tags found
No related merge requests found
......@@ -164,22 +164,6 @@ endef
$(eval $(call KernelPackage,video-cpia2))
define KernelPackage/video-sn9c102
TITLE:=SN9C102 Camera Chip support
DEPENDS:=@USB_SUPPORT +kmod-usb-core
KCONFIG:=CONFIG_USB_SN9C102
FILES:=$(LINUX_DIR)/drivers/media/$(V4L2_USB_DIR)/sn9c102/sn9c102.ko
AUTOLOAD:=$(call AutoProbe,gspca_sn9c20x)
$(call AddDepends/camera)
endef
define KernelPackage/video-sn9c102/description
Kernel modules for supporting SN9C102 camera chips
endef
$(eval $(call KernelPackage,video-sn9c102))
define KernelPackage/video-pwc
TITLE:=Philips USB webcam support
DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-video-videobuf2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment