diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-17 20:08:06 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-17 20:08:06 +0000 |
commit | 7a34af038528fca2e3f99218f79161b7851ca059 (patch) | |
tree | 7f9ed6b6f206a1297ebfd0997e8ff1879220da37 /openwrt/package/motion/Config.in | |
parent | 086f6363b5fcf4ec66eb9f49065e8da91d870030 (diff) |
Added motion, thanks to Nathan True !
Fixed menuconfig symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3395 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/motion/Config.in')
-rw-r--r-- | openwrt/package/motion/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/motion/Config.in b/openwrt/package/motion/Config.in new file mode 100644 index 0000000000..7d5203691e --- /dev/null +++ b/openwrt/package/motion/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_MOTION + prompt "motion............................ webcam motion sensing and logging" + tristate + default m if CONFIG_DEVEL + select BR2_PACKAGE_LIBJPEG + help + Motion is a software motion detector + + http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome |