diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-20 13:19:49 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-20 13:19:49 +0000 |
commit | ef61497f9f118ea31d2789694b19ba758bf5eeba (patch) | |
tree | f8e80a6aec49ecc14b2b421c59c931aff531b210 /openwrt/package/ipcad/Config.in | |
parent | 63de1169657fb49f1dba9560c2c3635ca06e396c (diff) | |
download | mtk-20170518-ef61497f9f118ea31d2789694b19ba758bf5eeba.zip mtk-20170518-ef61497f9f118ea31d2789694b19ba758bf5eeba.tar.gz mtk-20170518-ef61497f9f118ea31d2789694b19ba758bf5eeba.tar.bz2 |
add ipkg/conffiles, add Id tag to the Makefile, standardize.
SVN-Revision: 2738
Diffstat (limited to 'openwrt/package/ipcad/Config.in')
-rw-r--r--[-rwxr-xr-x] | openwrt/package/ipcad/Config.in | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/openwrt/package/ipcad/Config.in b/openwrt/package/ipcad/Config.in index c38731f..fa5d0e9 100755..100644 --- a/openwrt/package/ipcad/Config.in +++ b/openwrt/package/ipcad/Config.in @@ -1,10 +1,12 @@ config BR2_PACKAGE_IPCAD - tristate "ipcad............................. listens for traffic on the specified interfaces" - default m if CONFIG_DEVEL - select BR2_PACKAGE_LIBPCAP - help - This daemon listens for traffic on the specified interfaces. - It has the built-in RSH and NetFlow engines to allow exporting - the accounting data the same way as Cisco routers do. - - http://lionet.info/ipcad/ + prompt "ipcad............................. listens for traffic on the specified interfaces" + tristate + default m if CONFIG_DEVEL + select BR2_PACKAGE_LIBPCAP + help + This daemon listens for traffic on the specified interfaces. + It has the built-in RSH and NetFlow engines to allow exporting + the accounting data the same way as Cisco routers do. + + http://lionet.info/ipcad/ + |