aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/package/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-12-08 22:09:33 +0000
committerNicolas Thill <nico@openwrt.org>2005-12-08 22:09:33 +0000
commitd9fe0a7c9aa4cab2370b516fea0853f84772859f (patch)
treee1f7e37fcbfa2f6212efb6f3dffd617a20a945f4 /target/linux/package/Makefile
parentbb1ff40c2601c1ab7cabac7d58cba8e7727754d1 (diff)
downloadmaster-187ad058-d9fe0a7c9aa4cab2370b516fea0853f84772859f.tar.gz
master-187ad058-d9fe0a7c9aa4cab2370b516fea0853f84772859f.tar.bz2
master-187ad058-d9fe0a7c9aa4cab2370b516fea0853f84772859f.zip
add kernel driver for SPCA5XX based USB cameras
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2602 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/Makefile')
-rw-r--r--target/linux/package/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/package/Makefile b/target/linux/package/Makefile
index db63d4f577..2963a0b95c 100644
--- a/target/linux/package/Makefile
+++ b/target/linux/package/Makefile
@@ -10,6 +10,7 @@ package-$(BR2_PACKAGE_KMOD_MADWIFI) += madwifi
package-$(BR2_PACKAGE_KMOD_MINI_FO) += mini_fo
package-$(BR2_PACKAGE_KMOD_OPENSWAN) += openswan
package-$(BR2_PACKAGE_KMOD_SHFS) += shfs
+package-$(BR2_PACKAGE_KMOD_SPCA5XX) += spca5xx
package-y += base-files
ifeq ($(BOARD)-$(KERNEL),brcm-2.4)