mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:32:49 +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:
parent
5214c50904
commit
a29d533594
@ -85,7 +85,7 @@ $(eval $(call KernelPackage,video-konica))
|
|||||||
define KernelPackage/video-ov511
|
define KernelPackage/video-ov511
|
||||||
$(call KernelPackage/video/Depends,@LINUX_2_6 @USB_SUPPORT +kmod-usb-core)
|
$(call KernelPackage/video/Depends,@LINUX_2_6 @USB_SUPPORT +kmod-usb-core)
|
||||||
TITLE:=OV511 USB webcam support
|
TITLE:=OV511 USB webcam support
|
||||||
KCONFIG:=CONFIG_VIDEO_OV511
|
KCONFIG:=CONFIG_USB_OV511
|
||||||
FILES:=$(LINUX_DIR)/drivers/media/video/ov511.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/drivers/media/video/ov511.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,70,ov511)
|
AUTOLOAD:=$(call AutoLoad,70,ov511)
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user