diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-08 22:09:33 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-08 22:09:33 +0000 |
commit | 9eee6e39534a466bd833616afc78905b0c55c76d (patch) | |
tree | 623274cf1fec731a26a5fb3ad1d782f451e9bcf7 /openwrt/target/linux/package/Makefile | |
parent | 6ceb7617a76b7dbe0fd23a63aeb6bdac4e37ee88 (diff) |
add kernel driver for SPCA5XX based USB cameras
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2602 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/Makefile')
-rw-r--r-- | openwrt/target/linux/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile index db63d4f57..2963a0b95 100644 --- a/openwrt/target/linux/package/Makefile +++ b/openwrt/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) |