sshtunnel: update version to 5.1
Make it depends on ether Dropbear dbclient or OpenSSH client Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
This commit is contained in:
parent
1a92dbcf32
commit
fdaf530950
1 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=sshtunnel
|
PKG_NAME:=sshtunnel
|
||||||
PKG_VERSION:=4
|
PKG_VERSION:=5
|
||||||
PKG_RELEASE:=5
|
PKG_RELEASE:=1
|
||||||
PKG_LICENSE:=GPL-2.0-or-later
|
PKG_LICENSE:=GPL-2.0-or-later
|
||||||
|
|
||||||
PKG_MAINTAINER:=Nuno Goncalves <nunojpg@gmail.com>
|
PKG_MAINTAINER:=Nuno Goncalves <nunojpg@gmail.com>
|
||||||
|
@ -21,7 +21,7 @@ define Package/sshtunnel
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
SUBMENU:=SSH
|
SUBMENU:=SSH
|
||||||
TITLE:=Manages local and remote openssh ssh(1) tunnels
|
TITLE:=Manages local and remote openssh ssh(1) tunnels
|
||||||
DEPENDS:=+openssh-client
|
DEPENDS:=@(DROPBEAR_DBCLIENT||PACKAGE_openssh-client)
|
||||||
PKGARCH:=all
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue