diff options
| author | Florian Fainelli <florian@openwrt.org> | 2006-03-02 11:28:08 +0000 |
|---|---|---|
| committer | Florian Fainelli <florian@openwrt.org> | 2006-03-02 11:28:08 +0000 |
| commit | f14faf593cb21f6a2d38f0bd7be78a8685bf4b2b (patch) | |
| tree | ac6b6a08c3d8db0038078587992dff9b0490a7b7 /openwrt/package/igmpproxy/Config.in | |
| parent | 3b8e92c0b46c53628d6d8e5f8d896a8946dddd3d (diff) | |
| download | mtk-20170518-f14faf593cb21f6a2d38f0bd7be78a8685bf4b2b.zip mtk-20170518-f14faf593cb21f6a2d38f0bd7be78a8685bf4b2b.tar.gz mtk-20170518-f14faf593cb21f6a2d38f0bd7be78a8685bf4b2b.tar.bz2 | |
Added igmpproxy, an IGMP daemon
SVN-Revision: 3295
Diffstat (limited to 'openwrt/package/igmpproxy/Config.in')
| -rw-r--r-- | openwrt/package/igmpproxy/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/igmpproxy/Config.in b/openwrt/package/igmpproxy/Config.in new file mode 100644 index 0000000..c66258a --- /dev/null +++ b/openwrt/package/igmpproxy/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_IGMPPROXY + prompt "igmpproxy......................... Multicast Routing Daemon" + tristate + default m if CONFIG_DEVEL + help + IGMPproxy is a simple dynamic Multicast Routing Daemon using + only IGMP signalling (Internet Group Management Protocol). + + http://sourceforge.net/projects/igmpproxy |
