From 092021f69babdcb6d6975fa2d7df0365bca03d0d Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 20 Sep 2007 07:31:06 +0000 Subject: video modules changes: change dependency on kmod-video-core from select to depends, cleanup SVN-Revision: 8856 --- package/qc-usb/Makefile | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'package/qc-usb') diff --git a/package/qc-usb/Makefile b/package/qc-usb/Makefile index a1a16b34cb..57f63941f0 100644 --- a/package/qc-usb/Makefile +++ b/package/qc-usb/Makefile @@ -38,8 +38,8 @@ 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 + TITLE:=QuickCam Express USB 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 @@ -52,14 +52,9 @@ endef ifneq ($(CONFIG_PACKAGE_kmod-video-quickcam),) define Build/Compile/kmod $(MAKE) -C $(LINUX_DIR) \ - PATH="$(TARGET_PATH)" \ - KVER="$(LINUX_VERSION)" \ - KERNELRELEASE="$(LINUX_VERSION)" \ - KSRC="$(LINUX_DIR)" \ - SUBDIRS="$(PKG_BUILD_DIR)" \ - KERNEL_DIR="$(KERNEL_DIR)" \ - ARCH="$(LINUX_KARCH)" \ - CROSS_COMPILE="$(TARGET_CROSS)" \ + ARCH="$(LINUX_KARCH)" \ + CROSS_COMPILE="$(TARGET_CROSS)" \ + SUBDIRS="$(PKG_BUILD_DIR)" \ modules endef endif -- cgit v1.2.3