diff options
author | Jaymin Patel <jem.patel@gmail.com> | 2022-07-04 15:39:51 +0530 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-07-05 21:53:27 -0700 |
commit | d71bea3f19bd19488f9c36709dfdae4a4e8fad98 (patch) | |
tree | bb9475fffc77d84f87888e843ebe872b7dd3d028 /net/autossh/Makefile | |
parent | 74ea2bdb8084c41a6ef9c082411e9d941d0b3fce (diff) |
autossh: improve uci and procd support
- convert autossh into procd instances
- add new uci config options to handle local and remote
port forwarding
- remove hotplug down actions causing service to stop on
any interface down event
Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
Diffstat (limited to 'net/autossh/Makefile')
-rw-r--r-- | net/autossh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/autossh/Makefile b/net/autossh/Makefile index 87fd91347..9889378f8 100644 --- a/net/autossh/Makefile +++ b/net/autossh/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=autossh PKG_VERSION:=1.4g -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://www.harding.motd.ca/autossh/ |