summaryrefslogtreecommitdiffstats
path: root/package/spca5xx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/spca5xx/Makefile')
-rw-r--r--package/spca5xx/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/package/spca5xx/Makefile b/package/spca5xx/Makefile
index 3d48b7e3d..25de916f7 100644
--- a/package/spca5xx/Makefile
+++ b/package/spca5xx/Makefile
@@ -21,9 +21,9 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/video-gspca
SUBMENU:=Video Support
- DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core +kmod-video-core
TITLE:=SPCA5xx based USB webcam support
URL:=http://mxhaard.free.fr/
+ DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core kmod-video-core
FILES:=$(PKG_BUILD_DIR)/gspca.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,90,gspca)
endef
@@ -32,9 +32,6 @@ define Build/Compile
$(MAKE) -C $(LINUX_DIR) \
ARCH="$(LINUX_KARCH)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
- KERNELVERSION="$(KERNEL)" \
- KERNEL_VERSION="$(LINUX_VERSION)" \
- KERNELDIR="$(LINUX_DIR)" \
SUBDIRS="$(PKG_BUILD_DIR)" \
modules
endef