Author: nbd Date: 2015-03-29 07:15:51 +0200 (Sun, 29 Mar 2015) New Revision: 45120
Modified: trunk/package/kernel/linux/modules/video.mk Log: 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: Dirk Neukirchen <[email protected]> Modified: trunk/package/kernel/linux/modules/video.mk =================================================================== --- trunk/package/kernel/linux/modules/video.mk 2015-03-29 05:12:58 UTC (rev 45119) +++ trunk/package/kernel/linux/modules/video.mk 2015-03-29 05:15:51 UTC (rev 45120) @@ -164,22 +164,6 @@ $(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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
