[net] Routing and Redirection: Moved IGMP Routing Daemon to Routing and Redirection...
[openwrt/svn-archive/archive.git] / net / igmpproxy / Makefile
index 2d6253a7df2a3f6f9bebe57decab570b432efdbe..b420fc5629b9f435444bd7ff71120dab384391eb 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=igmpproxy
 PKG_VERSION:=0.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/igmpproxy
@@ -20,6 +20,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/igmpproxy
   SECTION:=net
   CATEGORY:=Network
+  SUBMENU:=Routing and Redirection
   TITLE:=Multicast Routing Daemon
   URL:=http://sourceforge.net/projects/igmpproxy
 endef