diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-02 11:28:08 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-02 11:28:08 +0000 |
commit | eeb6fb95aacea3e60b42810b437bcabad01f1a25 (patch) | |
tree | d2ca78921f47404a9e68a372f71e8a9bbeb9e21c /package/Makefile | |
parent | 857f03cfd6fa2ea0aa86f8f7ec84e8906a1a129f (diff) |
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 fab053b68..42c6f5070 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 |