From f92e166b1ae7e95b0303f6b6dc39342368bee7f8 Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Sat, 12 Mar 2011 05:01:14 +0000 Subject: [PATCH] [net] Firewall Tunnel: Move all programs meant to get tunnel trhough restrictive firewall (but not VPN) to Firewall Tunnel submenu. SVN-Revision: 26065 --- net/httptunnel/Makefile | 2 +- net/icmptx/Makefile | 1 + net/iodine/Makefile | 1 + net/nstx/Makefile | 1 + net/ptunnel/Makefile | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/net/httptunnel/Makefile b/net/httptunnel/Makefile index 0b4ba8508b..4cebdd458c 100644 --- a/net/httptunnel/Makefile +++ b/net/httptunnel/Makefile @@ -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 diff --git a/net/icmptx/Makefile b/net/icmptx/Makefile index 7de522b82f..2622de3518 100644 --- a/net/icmptx/Makefile +++ b/net/icmptx/Makefile @@ -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 diff --git a/net/iodine/Makefile b/net/iodine/Makefile index 94a6852bb7..05e4743578 100644 --- a/net/iodine/Makefile +++ b/net/iodine/Makefile @@ -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/ diff --git a/net/nstx/Makefile b/net/nstx/Makefile index 5968490a16..82b178c30e 100644 --- a/net/nstx/Makefile +++ b/net/nstx/Makefile @@ -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 diff --git a/net/ptunnel/Makefile b/net/ptunnel/Makefile index 68452af86b..54b8b328a1 100644 --- a/net/ptunnel/Makefile +++ b/net/ptunnel/Makefile @@ -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/ -- 2.30.2