mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:35:55 +02:00
package/kernel: fix Kconfig symbol name for OV511 video driver (closes: #8017)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23345 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c6b2d9a861
commit
bc9e103c32
@ -87,7 +87,7 @@ $(eval $(call KernelPackage,video-konica))
|
||||
define KernelPackage/video-ov511
|
||||
TITLE:=OV511 USB webcam support
|
||||
DEPENDS:=@USB_SUPPORT +kmod-usb-core
|
||||
KCONFIG:=CONFIG_VIDEO_OV511
|
||||
KCONFIG:=CONFIG_USB_OV511
|
||||
FILES:=$(LINUX_DIR)/drivers/media/video/ov511.ko
|
||||
AUTOLOAD:=$(call AutoLoad,70,ov511)
|
||||
$(call AddDepends/video)
|
||||
|
Loading…
Reference in New Issue
Block a user