2 # Copyright (C) 2006 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 # $Id: Makefile 7137 2007-05-08 18:40:02Z nbd $
9 include $(TOPDIR
)/rules.mk
10 include $(INCLUDE_DIR
)/kernel.mk
16 PKG_SOURCE
:=$(PKG_NAME
).
tar.bz2
17 PKG_SOURCE_URL
:=http
://www.acmesystems.it
/download
/owrt
/
20 PKG_BUILD_DIR
:=$(KERNEL_BUILD_DIR
)/$(PKG_NAME
)
22 include $(INCLUDE_DIR
)/package.mk
24 define KernelPackage
/video-spca5xx-le
25 SUBMENU
:=Video Support
26 TITLE
:=SPCA5xx based USB webcam support
(Light Edition
)
27 URL
:=http
://mxhaard.free.fr
/
28 DEPENDS
:=@LINUX_2_6 @USB_SUPPORT
+kmod-usb-core kmod-video-core
29 FILES
:=$(PKG_BUILD_DIR
)/spca5xx.
$(LINUX_KMOD_SUFFIX
)
30 AUTOLOAD
:=$(call AutoLoad
,90,spca5xx
)
34 $(MAKE
) -C
$(LINUX_DIR
) \
35 ARCH
="$(LINUX_KARCH)" \
36 CROSS_COMPILE
="$(TARGET_CROSS)" \
37 SUBDIRS
="$(PKG_BUILD_DIR)" \
41 $(eval
$(call KernelPackage
,video-spca5xx-le
))