From: cshore Date: Sat, 12 Mar 2011 06:55:07 +0000 (+0000) Subject: [net] Routing and Redirection: Moved programs for routing and redirecting/relaying... X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=87dbd5e1a690c1448736fae0968e6b285b47af05;p=packages.git [net] Routing and Redirection: Moved programs for routing and redirecting/relaying traffic to the Routing and Redirection submenu. git-svn-id: svn://svn.openwrt.org/openwrt/packages@26072 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/babel/Makefile b/net/babel/Makefile index 5f0e1243d..db654e9fa 100644 --- a/net/babel/Makefile +++ b/net/babel/Makefile @@ -20,6 +20,7 @@ include $(INCLUDE_DIR)/package.mk define Package/babeld SECTION:=net CATEGORY:=Network + SUBMENU:=Routing and Redirection TITLE:=A loop-free distance-vector routing protocol URL:=http://www.pps.jussieu.fr/~jch/software/babel/ MAINTAINER:=Gabriel Kerneis diff --git a/net/batman/Makefile b/net/batman/Makefile index 821e33a1f..db1bc37a8 100644 --- a/net/batman/Makefile +++ b/net/batman/Makefile @@ -34,6 +34,7 @@ define Package/batmand $(call Package/batmand/Default) SECTION:=net CATEGORY:=Network + SUBMENU:=Routing and Redirection DEPENDS:=+libpthread +kmod-tun TITLE:=B.A.T.M.A.N. layer 3 routing daemon endef diff --git a/net/bird/Makefile b/net/bird/Makefile index b080d6555..47f81cd3e 100644 --- a/net/bird/Makefile +++ b/net/bird/Makefile @@ -18,15 +18,11 @@ PKG_BUILD_DEPENDS:=libncurses libreadline include $(INCLUDE_DIR)/package.mk define Package/bird/Default - SECTION:=net - CATEGORY:=Network TITLE:=The BIRD Internet Routing Daemon URL:=http://bird.network.cz/ endef define Package/birdc/Default - SECTION:=net - CATEGORY:=Network TITLE:=The BIRD command-line client URL:=http://bird.network.cz/ DEPENDS:= +libreadline +libncurses @@ -62,22 +58,32 @@ endef define Package/bird4 $(call Package/bird/Default) + SECTION:=net + CATEGORY:=Network + SUBMENU:=Routing and Redirection TITLE+= (IPv4) endef define Package/birdc4 $(call Package/birdc/Default) + SECTION:=net + CATEGORY:=Network + SUBMENU:=Routing and Redirection TITLE+= (IPv4) DEPENDS+= +bird4 endef define Package/bird6 $(call Package/bird/Default) + SECTION:=ipv6 + CATEGORY:=IPv6 TITLE+= (IPv6) endef define Package/birdc6 $(call Package/birdc/Default) + SECTION:=ipv6 + CATEGORY:=IPv6 TITLE+= (IPv6) DEPENDS+= +bird6 endef diff --git a/net/bmxd/Makefile b/net/bmxd/Makefile index fa57ca068..c182d8e1e 100644 --- a/net/bmxd/Makefile +++ b/net/bmxd/Makefile @@ -34,6 +34,7 @@ define Package/bmxd $(call Package/bmxd/Default) SECTION:=net CATEGORY:=Network + SUBMENU:=Routing and Redirection DEPENDS:=+kmod-tun TITLE:=B.a.t.M.a.n. eXperimental (BMX) layer 3 routing daemon endef diff --git a/net/net-tools/Makefile b/net/net-tools/Makefile index 973d7a389..e7fb1b1c7 100644 --- a/net/net-tools/Makefile +++ b/net/net-tools/Makefile @@ -182,6 +182,7 @@ endef define Package/net-tools-route SECTION:=net CATEGORY:=Network + SUBMENU:=Routing and Redirection TITLE:=net-tools - route URL:=http://www.tazenda.demon.co.uk/phil/net-tools endef diff --git a/net/redir/Makefile b/net/redir/Makefile index 71160b61f..c822b8c11 100644 --- a/net/redir/Makefile +++ b/net/redir/Makefile @@ -19,6 +19,7 @@ include $(INCLUDE_DIR)/package.mk define Package/redir SECTION:=net CATEGORY:=Network + SUBMENU:=Routing and Redirection TITLE=Redirect TCP connections URL:=http://sammy.net/~sammy/hacks endef diff --git a/net/rinetd/Makefile b/net/rinetd/Makefile index 235068fa6..75d05e394 100755 --- a/net/rinetd/Makefile +++ b/net/rinetd/Makefile @@ -21,6 +21,7 @@ include $(INCLUDE_DIR)/package.mk define Package/rinetd SECTION:=net CATEGORY:=Network + SUBMENU:=Routing and Redirection TITLE:=rinetd - Internet Redirection Server URL:=http://www.boutell.com/rinetd/ endef diff --git a/net/smcroute/Makefile b/net/smcroute/Makefile index fbd579442..8626b665b 100644 --- a/net/smcroute/Makefile +++ b/net/smcroute/Makefile @@ -19,6 +19,7 @@ include $(INCLUDE_DIR)/package.mk define Package/smcroute SECTION:=net CATEGORY:=Network + SUBMENU:=Routing and Redirection TITLE:=Static multicast routing daemon URL:=http://www.cschill.de/smcroute/ endef diff --git a/net/udp-broadcast-relay/Makefile b/net/udp-broadcast-relay/Makefile index 9265c4271..9fcdd6c02 100644 --- a/net/udp-broadcast-relay/Makefile +++ b/net/udp-broadcast-relay/Makefile @@ -20,6 +20,7 @@ include $(INCLUDE_DIR)/package.mk define Package/udp-broadcast-relay SECTION:=net CATEGORY:=Network + SUBMENU:=Routing and Redirection TITLE:=listens for packets on a specified UDP broadcast port URL:=http://www.joachim-breitner.de/udp-broadcast-relay/ endef diff --git a/net/vrrpd/Makefile b/net/vrrpd/Makefile index 6237f81f8..daff2985a 100644 --- a/net/vrrpd/Makefile +++ b/net/vrrpd/Makefile @@ -20,6 +20,7 @@ include $(INCLUDE_DIR)/package.mk define Package/vrrpd SECTION:=net CATEGORY:=Network + SUBMENU:=Routing and Redirection TITLE:=Virtual Router Redundancy Protocol daemon URL:=http://www.sourceforge.net/projects/vrrpd endef diff --git a/net/wing/Makefile b/net/wing/Makefile index 9015046b2..01977e371 100644 --- a/net/wing/Makefile +++ b/net/wing/Makefile @@ -29,6 +29,7 @@ define Package/wing TITLE:=Wireless mesh networking toolkit SECTION:=net CATEGORY:=Network + SUBMENU:=Routing and Redirection MAINTAINER:=Roberto Riggio DEPENDS:=+kmod-tun +libpcap +libstdcpp URL:=http://www.wing-project.org/