Skip to content
Snippets Groups Projects
Commit 12cb49b2 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

kernel: kmod-video-gspca-core depends on kmod-input-core (fixes #11412)

SVN-Revision: 32033
parent 1ee4031e
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ $(eval $(call KernelPackage,video-uvc))
define KernelPackage/video-gspca-core
MENU:=1
TITLE:=GSPCA webcam core support framework
DEPENDS:=@USB_SUPPORT +kmod-usb-core
DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-input-core
KCONFIG:=CONFIG_USB_GSPCA
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_main.ko
AUTOLOAD:=$(call AutoLoad,70,gspca_main)
......
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