aboutsummaryrefslogtreecommitdiff
path: root/net/kcptun/Makefile
Commit message (Collapse)AuthorAge
* treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16Andre Heider2023-04-08
| | | | | | | See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16" on the main repository. Signed-off-by: Andre Heider <a.heider@gmail.com>
* kcptun: update to version 20230207Dengfeng Liu2023-02-17
| | | | | | add support for port-range dailer, port-range listener Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
* kcptun: bump to v20210922Chao Liu2022-02-28
| | | | Signed-off-by: Chao Liu <git@expiron.dev>
* treewide: Remove GO_PKG_LDFLAGS for stripping binariesJeffery To2021-09-02
| | | | | | | | | | | | | | The "-s -w" flags in GO_PKG_LDFLAGS tells the Go compiler to strip the binaries it produces. Since the default Go package build process will strip binaries when CONFIG_USE_STRIP or CONFIG_USE_SSTRIP are selected, these flags are unnecessary. When CONFIG_NO_STRIP is selected, these flags override the user's intention of building unstripped packages. This removes these flags for all relevant packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* kcptun: bump to v20201010Chao Liu2020-10-12
| | | | Signed-off-by: Chao Liu <expiron18@gmail.com>
* kcptun: bump to v20200701Chao Liu2020-07-17
| | | | Signed-off-by: Chao Liu <expiron18@gmail.com>
* kcptun: update to 20200409Huangbin Zhan2020-06-24
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* treewide: add conffilesHuangbin Zhan2020-05-09
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* kcptun: bump to v20200103Chao Liu2020-01-06
| | | | | | Reference: https://github.com/xtaci/kcptun/releases/tag/v20200103 Signed-off-by: Chao Liu <expiron18@gmail.com>
* kcptun: Fix GO_ARCH_DEPENDSRosen Penev2019-12-20
| | | | | | | Right now, the buildbots are trying to build this on ARC, which is totally unsupported. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* kcptun: bump to v20191112Chao Liu2019-11-22
| | | | Signed-off-by: Chao Liu <expiron18@gmail.com>
* kcptun: bump to v20190924, add new config optionsChao Liu2019-10-25
| | | | | | | | | This commit updates: - bump version to v20190924 - add new options for latest release (https://github.com/xtaci/kcptun/releases/tag/v20190924) Signed-off-by: Chao Liu <expiron18@gmail.com>
* kcptun: bump to v20190809, merge config and service scriptsChao Liu2019-08-18
| | | | | | | | | | | | | | | | | This commit updates: - bump version to v20190809 - fix PKG_LICENSE_FILES - rename package names to kcptun-server, kcptun-client - refactor Makefile - merge config and service scripts - add more config options to support all features - add additional options: gogc, syslog, user - add README.md Reference: - package shadowsocks-libev Signed-off-by: Chao Liu <expiron18@gmail.com>
* kcptun: add new packageDengfeng Liu2019-08-08
kcptun is a stable & secure tunnel based on kcp with N:M multiplexing. https://github.com/xtaci/kcptun Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>