2 # Copyright (C) 2010 segal.di.ubi.pt
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 include $(TOPDIR
)/rules.mk
14 include $(INCLUDE_DIR
)/package.mk
16 define Package
/sshtunnel
19 TITLE
:=Manages Local and Remote openssh ssh
(1) tunnels
20 MAINTAINER
:=Nuno Goncalves
<nunojpg@gmail.com
>
21 DEPENDS
:=+openssh-client
24 define Package
/sshtunnel
/description
25 Creates openssh ssh
(1) Local and Remote tunnels configured in UCI file. Can be user to allow remote connections
, possibly over NATed connections or without public IP
/DNS
28 define Package
/sshtunnel
/conffiles
35 define Package
/sshtunnel
/install
39 $(eval
$(call BuildPackage
,sshtunnel
))