1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 23:46:16 +02:00

[backfire] merge r23345 (closes: #8017)

package/kernel: fix Kconfig symbol name for OV511 video driver



git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@23346 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2010-10-08 23:30:38 +00:00
parent 5214c50904
commit a29d533594

View File

@ -85,7 +85,7 @@ $(eval $(call KernelPackage,video-konica))
define KernelPackage/video-ov511
$(call KernelPackage/video/Depends,@LINUX_2_6 @USB_SUPPORT +kmod-usb-core)
TITLE:=OV511 USB webcam support
KCONFIG:=CONFIG_VIDEO_OV511
KCONFIG:=CONFIG_USB_OV511
FILES:=$(LINUX_DIR)/drivers/media/video/ov511.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,70,ov511)
endef