kernel: remove useless AddDepends/input abstraction
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45135
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user