mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
pppossh: use exec with pty option to eliminate a level of bufferbloat
While at it, also do the following fixes - Drop the URL pointing to the old github repo - Fix detection of default set of private keys Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=pppossh
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_MAINTAINER:=Yousong Zhou <yszhou4tech@gmail.com>
|
||||
PKG_LICENSE:=GPLv2
|
||||
|
||||
@@ -18,7 +18,6 @@ define Package/pppossh
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=PPPoSSH (Point-to-Point Protocol over SSH)
|
||||
URL:=https://github.com/yousong/waller
|
||||
DEPENDS:=+ppp +resolveip @(PACKAGE_dropbear||PACKAGE_openssh-client)
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user