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/spca5xx/Config.in | |
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/spca5xx/Config.in')
-rw-r--r-- | openwrt/target/linux/package/spca5xx/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/spca5xx/Config.in b/openwrt/target/linux/package/spca5xx/Config.in new file mode 100644 index 0000000000..6d504823f1 --- /dev/null +++ b/openwrt/target/linux/package/spca5xx/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_KMOD_SPCA5XX + prompt "kmod-spca5xx...................... Kernel driver for SPCA5XX based USB cameras" + tristate + default m if CONFIG_DEVEL + help + Kernel driver for SPCA5XX based USB cameras + + http://mxhaard.free.fr/ + |