kernel: kmod-video-gspca-core depends on kmod-input-core (fixes #11412)
SVN-Revision: 32033
This commit is contained in:
parent
1ee4031e14
commit
12cb49b233
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ $(eval $(call KernelPackage,video-uvc))
|
||||||
define KernelPackage/video-gspca-core
|
define KernelPackage/video-gspca-core
|
||||||
MENU:=1
|
MENU:=1
|
||||||
TITLE:=GSPCA webcam core support framework
|
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
|
KCONFIG:=CONFIG_USB_GSPCA
|
||||||
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_main.ko
|
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_main.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,70,gspca_main)
|
AUTOLOAD:=$(call AutoLoad,70,gspca_main)
|
||||||
|
|
Loading…
Reference in a new issue