# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
-# $Id: $
+# $Id$
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
include $(INCLUDE_DIR)/package.mk
+define Package/qc-usb/Default
+ URL:=http://qce-ga.sourceforge.net/
+endef
+
define Package/qc-usb-utils
+$(call Package/qc-usb/Default)
SECTION:=utils
CATEGORY:=Utilities
TITLE:=Utility programs for the qc-usb kernel module
- DESCRIPTION:=\
- Utilities to tweak parameters of your QuickCam Express or \\\
- similar webcam. These programs are completely useless without a \\\
- qc-usb-modules package.
- URL:=http://qce-ga.sourceforge.net/
endef
-define KernelPackage/usb-qc
- TITLE:=Support for USB QuickCam Express webcam
- DESCRIPTION:=\
- Kernel support for Logitech's QuickCam Express webcam and \\\
- other webcams with similar chipsets.
- SUBMENU:=USB Support
- DEPENDS:=@LINUX_2_6 @USB_SUPPORT kmod-usb-core +kmod-videodev
+define Package/qc-usb-utils/description
+ Utilities to tweak parameters of your QuickCam Express or similar webcam.
+ These programs are completely useless without a qc-usb-modules package.
+endef
+
+define KernelPackage/video-quickcam
+$(call Package/qc-usb/Default)
+ SUBMENU:=Video Support
+ TITLE:=USB QuickCam Express webcam support
+ DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core +kmod-video-core
FILES:=$(PKG_BUILD_DIR)/quickcam.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,90,quickcam)
endef
-ifneq ($(CONFIG_PACKAGE_kmod-usb-qc),)
+define KernelPackage/video-quickcam/description
+ Kernel support for Logitech's QuickCam Express webcam and other webcams
+ with similar chipsets.
+endef
+
+ifneq ($(CONFIG_PACKAGE_kmod-video-quickcam),)
define Build/Compile/kmod
$(MAKE) -C $(LINUX_DIR) \
PATH="$(TARGET_PATH)" \
define Build/Compile
$(call Build/Compile/kmod)
-
$(MAKE) -C $(PKG_BUILD_DIR) \
CFLAGS="$(TARGET_CFLAGS)" \
qcset
endef
$(eval $(call BuildPackage,qc-usb-utils))
-$(eval $(call KernelPackage,usb-qc))
+$(eval $(call KernelPackage,video-quickcam))