[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
This commit is contained in:
cshore 2011-03-12 06:55:07 +00:00
parent 97f62fb3ab
commit 87dbd5e1a6
11 changed files with 20 additions and 4 deletions

View File

@ -20,6 +20,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/babeld define Package/babeld
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
SUBMENU:=Routing and Redirection
TITLE:=A loop-free distance-vector routing protocol TITLE:=A loop-free distance-vector routing protocol
URL:=http://www.pps.jussieu.fr/~jch/software/babel/ URL:=http://www.pps.jussieu.fr/~jch/software/babel/
MAINTAINER:=Gabriel Kerneis <kerneis@pps.jussieu.fr> MAINTAINER:=Gabriel Kerneis <kerneis@pps.jussieu.fr>

View File

@ -34,6 +34,7 @@ define Package/batmand
$(call Package/batmand/Default) $(call Package/batmand/Default)
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
SUBMENU:=Routing and Redirection
DEPENDS:=+libpthread +kmod-tun DEPENDS:=+libpthread +kmod-tun
TITLE:=B.A.T.M.A.N. layer 3 routing daemon TITLE:=B.A.T.M.A.N. layer 3 routing daemon
endef endef

View File

@ -18,15 +18,11 @@ PKG_BUILD_DEPENDS:=libncurses libreadline
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
define Package/bird/Default define Package/bird/Default
SECTION:=net
CATEGORY:=Network
TITLE:=The BIRD Internet Routing Daemon TITLE:=The BIRD Internet Routing Daemon
URL:=http://bird.network.cz/ URL:=http://bird.network.cz/
endef endef
define Package/birdc/Default define Package/birdc/Default
SECTION:=net
CATEGORY:=Network
TITLE:=The BIRD command-line client TITLE:=The BIRD command-line client
URL:=http://bird.network.cz/ URL:=http://bird.network.cz/
DEPENDS:= +libreadline +libncurses DEPENDS:= +libreadline +libncurses
@ -62,22 +58,32 @@ endef
define Package/bird4 define Package/bird4
$(call Package/bird/Default) $(call Package/bird/Default)
SECTION:=net
CATEGORY:=Network
SUBMENU:=Routing and Redirection
TITLE+= (IPv4) TITLE+= (IPv4)
endef endef
define Package/birdc4 define Package/birdc4
$(call Package/birdc/Default) $(call Package/birdc/Default)
SECTION:=net
CATEGORY:=Network
SUBMENU:=Routing and Redirection
TITLE+= (IPv4) TITLE+= (IPv4)
DEPENDS+= +bird4 DEPENDS+= +bird4
endef endef
define Package/bird6 define Package/bird6
$(call Package/bird/Default) $(call Package/bird/Default)
SECTION:=ipv6
CATEGORY:=IPv6
TITLE+= (IPv6) TITLE+= (IPv6)
endef endef
define Package/birdc6 define Package/birdc6
$(call Package/birdc/Default) $(call Package/birdc/Default)
SECTION:=ipv6
CATEGORY:=IPv6
TITLE+= (IPv6) TITLE+= (IPv6)
DEPENDS+= +bird6 DEPENDS+= +bird6
endef endef

View File

@ -34,6 +34,7 @@ define Package/bmxd
$(call Package/bmxd/Default) $(call Package/bmxd/Default)
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
SUBMENU:=Routing and Redirection
DEPENDS:=+kmod-tun DEPENDS:=+kmod-tun
TITLE:=B.a.t.M.a.n. eXperimental (BMX) layer 3 routing daemon TITLE:=B.a.t.M.a.n. eXperimental (BMX) layer 3 routing daemon
endef endef

View File

@ -182,6 +182,7 @@ endef
define Package/net-tools-route define Package/net-tools-route
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
SUBMENU:=Routing and Redirection
TITLE:=net-tools - route TITLE:=net-tools - route
URL:=http://www.tazenda.demon.co.uk/phil/net-tools URL:=http://www.tazenda.demon.co.uk/phil/net-tools
endef endef

View File

@ -19,6 +19,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/redir define Package/redir
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
SUBMENU:=Routing and Redirection
TITLE=Redirect TCP connections TITLE=Redirect TCP connections
URL:=http://sammy.net/~sammy/hacks URL:=http://sammy.net/~sammy/hacks
endef endef

View File

@ -21,6 +21,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/rinetd define Package/rinetd
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
SUBMENU:=Routing and Redirection
TITLE:=rinetd - Internet Redirection Server TITLE:=rinetd - Internet Redirection Server
URL:=http://www.boutell.com/rinetd/ URL:=http://www.boutell.com/rinetd/
endef endef

View File

@ -19,6 +19,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/smcroute define Package/smcroute
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
SUBMENU:=Routing and Redirection
TITLE:=Static multicast routing daemon TITLE:=Static multicast routing daemon
URL:=http://www.cschill.de/smcroute/ URL:=http://www.cschill.de/smcroute/
endef endef

View File

@ -20,6 +20,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/udp-broadcast-relay define Package/udp-broadcast-relay
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
SUBMENU:=Routing and Redirection
TITLE:=listens for packets on a specified UDP broadcast port TITLE:=listens for packets on a specified UDP broadcast port
URL:=http://www.joachim-breitner.de/udp-broadcast-relay/ URL:=http://www.joachim-breitner.de/udp-broadcast-relay/
endef endef

View File

@ -20,6 +20,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/vrrpd define Package/vrrpd
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
SUBMENU:=Routing and Redirection
TITLE:=Virtual Router Redundancy Protocol daemon TITLE:=Virtual Router Redundancy Protocol daemon
URL:=http://www.sourceforge.net/projects/vrrpd URL:=http://www.sourceforge.net/projects/vrrpd
endef endef

View File

@ -29,6 +29,7 @@ define Package/wing
TITLE:=Wireless mesh networking toolkit TITLE:=Wireless mesh networking toolkit
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
SUBMENU:=Routing and Redirection
MAINTAINER:=Roberto Riggio <roberto.riggio@create-net.org> MAINTAINER:=Roberto Riggio <roberto.riggio@create-net.org>
DEPENDS:=+kmod-tun +libpcap +libstdcpp DEPENDS:=+kmod-tun +libpcap +libstdcpp
URL:=http://www.wing-project.org/ URL:=http://www.wing-project.org/