Move these VPN servers in with the rest of the VPN servers in the
authornix <nix@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 8 Nov 2007 13:17:25 +0000 (13:17 +0000)
committernix <nix@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 8 Nov 2007 13:17:25 +0000 (13:17 +0000)
net/vpn submenu

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9514 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/l2tpd/Makefile
net/l2tpns/Makefile
net/pptpd/Makefile
net/ssltunnel/Makefile

index 6082fb2..e562f7a 100644 (file)
@@ -27,6 +27,7 @@ define Package/l2tpd
   CATEGORY:=Network
   TITLE:=An L2TP (Layer 2 Tunneling Protocol) daemon
   URL:=http://l2tpd.sourceforge.net/
+  SUBMENU:=vpn
 endef
 
 define Package/l2tpd/description
index f0ecb94..59db049 100644 (file)
@@ -27,6 +27,7 @@ define Package/l2tpns
   DEPENDS:=+libcli
   TITLE:=An L2TP enhanced server
   URL:=http://sourceforge.net/projects/l2tpns
+  SUBMENU:=vpn
 endef
 
 define Package/l2tpns/description
index 2caa216..2070acc 100644 (file)
@@ -27,7 +27,7 @@ define Package/pptpd
   DEPENDS:=+kmod-ppp +kmod-gre
   TITLE:=PopTop pptp server
   URL:=http://www.poptop.org/
-  SUBMENU:=dial-in/up
+  SUBMENU:=vpn
 endef
 
 define Build/Configure
index dca9968..59efea8 100644 (file)
@@ -27,6 +27,7 @@ define Package/ssltunnel
   DEPENDS:=+ppp +libopenssl
   TITLE:=A PPP over SSL vpn tool
   URL:=http://www.hsc.fr/ressources/outils/ssltunnel/index.html
+  SUBMENU:=vpn
 endef
 
 define Build/Configure