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 | c3bdcf2f94425e36136171269ea1516a861096b8 (patch) | |
tree | d2ca78921f47404a9e68a372f71e8a9bbeb9e21c /package/Makefile | |
parent | 2c7970f6e82518ec6ecc6590d92c4059f668b5a4 (diff) | |
download | master-187ad058-c3bdcf2f94425e36136171269ea1516a861096b8.tar.gz master-187ad058-c3bdcf2f94425e36136171269ea1516a861096b8.tar.bz2 master-187ad058-c3bdcf2f94425e36136171269ea1516a861096b8.zip |
Added igmpproxy, an IGMP daemon
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3295 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index fab053b680..42c6f50704 100644 --- a/package/Makefile +++ b/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 |