[net] Firewall Tunnel: Move all programs meant to get tunnel trhough restrictive firewall (but not VPN) to Firewall Tunnel submenu.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26065 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cshore 2011-03-12 05:01:14 +00:00
parent 9046cad690
commit e14dc16c2b
5 changed files with 5 additions and 1 deletions

View File

@ -21,7 +21,7 @@ define Package/httptunnel
SECTION:=net
CATEGORY:=Network
DEPENDS:=+libopenssl
SUBMENU:=Proxy Servers
SUBMENU:=Firewall Tunnel
TITLE:=bidirectional tunnel in HTTP requests
URL:=http://www.nocrew.org/software/httptunnel.html
endef

View File

@ -23,6 +23,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/icmptx
SECTION:=net
CATEGORY:=Network
SUBMENU:=Firewall Tunnel
TITLE:=IP-over-ICMP tunnel
URL:=http://github.com/jakkarth/icmptx
endef

View File

@ -20,6 +20,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/iodine/Default
SECTION:=net
CATEGORY:=Network
SUBMENU:=Firewall Tunnel
DEPENDS:= +kmod-tun +zlib
TITLE:=IP over DNS tunneling
URL:=http://code.kryo.se/iodine/

View File

@ -20,6 +20,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/nstx/Default
SECTION:=net
CATEGORY:=Network
SUBMENU:=Firewall Tunnel
TITLE:=allows you to pass IP packets via DNS queries
URL:=http://savannah.nongnu.org/projects/nstx/
endef

View File

@ -22,6 +22,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/ptunnel
SECTION:=net
CATEGORY:=Network
SUBMENU:=Firewall Tunnel
DEPENDS:=+libpthread +libpcap
TITLE:=Tunnel TCP connections over ICMP packets
URL:=http://www.cs.uit.no/~daniels/PingTunnel/