From 13e7b6d77da41b47ccd7947d208b3d4eaea29b81 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 29 Mar 2015 08:12:39 +0000 Subject: kernel: remove useless AddDepends/input abstraction Signed-off-by: Felix Fietkau SVN-Revision: 45135 --- package/kernel/linux/modules/video.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package/kernel/linux/modules/video.mk') diff --git a/package/kernel/linux/modules/video.mk b/package/kernel/linux/modules/video.mk index 25ef9cb7dc..7a7d80c534 100644 --- a/package/kernel/linux/modules/video.mk +++ b/package/kernel/linux/modules/video.mk @@ -184,12 +184,11 @@ $(eval $(call KernelPackage,video-pwc)) define KernelPackage/video-uvc TITLE:=USB Video Class (UVC) support - DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-video-videobuf2 + DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-video-videobuf2 +kmod-input-core KCONFIG:= CONFIG_USB_VIDEO_CLASS FILES:=$(LINUX_DIR)/drivers/media/$(V4L2_USB_DIR)/uvc/uvcvideo.ko AUTOLOAD:=$(call AutoProbe,uvcvideo) $(call AddDepends/camera) - $(call AddDepends/input) endef define KernelPackage/video-uvc/description -- cgit v1.2.3