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/Makefile | |
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/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index fab053b..42c6f50 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -68,6 +68,7 @@ package-$(BR2_PACKAGE_HTTPING) += httping package-$(BR2_PACKAGE_ICECAST) += icecast package-$(BR2_PACKAGE_ID3LIB) += id3lib package-$(BR2_PACKAGE_IFTOP) += iftop +package-$(BR2_PACKAGE_IGMPPROXY) += igmpproxy package-$(BR2_PACKAGE_IPCAD) += ipcad package-$(BR2_PACKAGE_IPERF) += iperf package-$(BR2_PACKAGE_IPKG) += ipkg |