[packages] rename external uvc driver to video-uvc-obsolete (#4637, thanks moh_de)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@14527 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2009-02-16 04:33:24 +00:00
parent e40609739b
commit 444127d327

View File

@ -22,11 +22,11 @@ PKG_SOURCE_PROTO:=svn
include $(INCLUDE_DIR)/package.mk
define KernelPackage/video-uvc
define KernelPackage/video-uvc-obsolete
SUBMENU:=Video Support
TITLE:=USB Video Class (UVC) support
TITLE:=USB Video Class (UVC) support (obsolete)
URL:=http://linux-uvc.berlios.de/
DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core +kmod-video-core
DEPENDS:=@LINUX_2_6_23||LINUX_2_6_24||LINUX_2_6_25 @USB_SUPPORT +kmod-usb-core +kmod-video-core
FILES:=$(PKG_BUILD_DIR)/uvcvideo.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,90,uvcvideo)
endef
@ -40,4 +40,4 @@ define Build/Compile
modules
endef
$(eval $(call KernelPackage,video-uvc))
$(eval $(call KernelPackage,video-uvc-obsolete))