summaryrefslogtreecommitdiff
path: root/openwrt/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
commite2af66b18134a7c6ead35ece9bc9549b4ca05dc1 (patch)
treedda95061cab0134ec6d58ab94265d344f2a8c798 /openwrt/target/linux/package/Makefile
parent70882293ab6566314044c1be2b008ef5596a26b5 (diff)
downloadmtk-20170518-e2af66b18134a7c6ead35ece9bc9549b4ca05dc1.zip
mtk-20170518-e2af66b18134a7c6ead35ece9bc9549b4ca05dc1.tar.gz
mtk-20170518-e2af66b18134a7c6ead35ece9bc9549b4ca05dc1.tar.bz2
add kernel driver for SPCA5XX based USB cameras
SVN-Revision: 2602
Diffstat (limited to 'openwrt/target/linux/package/Makefile')
-rw-r--r--openwrt/target/linux/package/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile
index db63d4f..2963a0b 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)