From 87b6f4405d2bd2ad2a638bcb06e06309be508233 Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Sat, 12 Mar 2011 06:55:07 +0000 Subject: [PATCH] [net] Routing and Redirection: Moved programs for routing and redirecting/relaying traffic to the Routing and Redirection submenu. SVN-Revision: 26072 --- net/babel/Makefile | 1 + net/batman/Makefile | 1 + net/bird/Makefile | 14 ++++++++++---- net/bmxd/Makefile | 1 + net/net-tools/Makefile | 1 + net/redir/Makefile | 1 + net/rinetd/Makefile | 1 + net/smcroute/Makefile | 1 + net/udp-broadcast-relay/Makefile | 1 + net/vrrpd/Makefile | 1 + net/wing/Makefile | 1 + 11 files changed, 20 insertions(+), 4 deletions(-) diff --git a/net/babel/Makefile b/net/babel/Makefile index 5f0e1243d2..db654e9faa 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 821e33a1fe..db1bc37a80 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 b080d6555e..47f81cd3ee 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 fa57ca0685..c182d8e1e0 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 973d7a3898..e7fb1b1c74 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 71160b61fa..c822b8c11f 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 235068fa60..75d05e394b 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 fbd5794424..8626b665b0 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 9265c42718..9fcdd6c02c 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 6237f81f8d..daff2985a5 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 9015046b2e..01977e3713 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/ -- 2.30.2