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 | 8b99242882ce5ef4c88f835bc100244a400de562 (patch) | |
tree | a383f4d4e81f1b341404eabe90900342ab72d053 /package/ipcad/Config.in | |
parent | 95146a5f5368baac7c2663da680c73853c57a2ae (diff) | |
download | upstream-8b99242882ce5ef4c88f835bc100244a400de562.tar.gz upstream-8b99242882ce5ef4c88f835bc100244a400de562.tar.bz2 upstream-8b99242882ce5ef4c88f835bc100244a400de562.zip |
add ipkg/conffiles, add Id tag to the Makefile, standardize.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2738 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ipcad/Config.in')
-rw-r--r--[-rwxr-xr-x] | package/ipcad/Config.in | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/package/ipcad/Config.in b/package/ipcad/Config.in index c38731f9c4..fa5d0e91fd 100755..100644 --- a/package/ipcad/Config.in +++ b/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/ + |