aboutsummaryrefslogtreecommitdiff
path: root/net/pppossh
Commit message (Collapse)AuthorAge
* pppossh: add option peer_pppd_optionsYousong Zhou2024-04-11
| | | | | | | This can be useful for things like making the interface on the peer side fixed with value like `ifname xx` Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* pppossh: depend on dbclientSergey Ponomarev2023-10-09
| | | | | | | The package should not only depend on a package dropbear but on the dbclient. Otherwise the dbclient may be disabled during compilation and the dependency will be not satisfied. Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
* treewide: add missing PKGARCH:=all to non-binary packagesDeng Qingfang2019-03-30
| | | | | | | Packages such as Perl, Lua, shell scripts don't generate binary files. Add PKGARCH:=all to them. Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* net: Fix typos (found by codespell)Stefan Weil2016-04-10
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* pppossh: use exec with pty option to eliminate a level of bufferbloatYousong Zhou2015-11-03
| | | | | | | | | 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>
* pppossh: new package for network proto "pppossh"Yousong Zhou2015-10-27
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>