1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:04:32 +03:00

kernel: build kmod-video-gspca-gl860 and kmod-video-gspca-jeilinj on all kernel versions

This module is available on all supported kernel versions


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31629 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke 2012-05-06 20:34:55 +00:00
parent be57a8b1e2
commit 38d6f0dc77

View File

@ -580,7 +580,6 @@ $(eval $(call KernelPackage,video-gspca-stv06xx))
define KernelPackage/video-gspca-gl860
TITLE:=gl860 webcam support
DEPENDS:=@LINUX_2_6_32
KCONFIG:=CONFIG_USB_GL860
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gl860/gspca_gl860.ko
AUTOLOAD:=$(call AutoLoad,75,gspca_gl860)
@ -596,7 +595,6 @@ $(eval $(call KernelPackage,video-gspca-gl860))
define KernelPackage/video-gspca-jeilinj
TITLE:=jeilinj webcam support
DEPENDS:=@LINUX_2_6_32
KCONFIG:=CONFIG_USB_GSPCA_JEILINJ
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_jeilinj.ko
AUTOLOAD:=$(call AutoLoad,75,gspca_jeilinj)