aboutsummaryrefslogtreecommitdiff
path: root/net/chaosvpn
Commit message (Collapse)AuthorAge
* chaosvpn: fix build on macosSergey V. Lobanov2022-01-31
| | | | | | | | chaosvpn Makefile detects Darwin (macos) and changes compilation flags for macos target, but OpenWrt is always Linux so build fails. This patch redefines OS=Linux to use Linux compilation flags. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* chaosvpn: fix compilation without sys/cdefsRosen Penev2020-08-10
| | | | | | sys/cdefs.h does not come included with musl. It's also deprecated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* chaosvpn: Fix compilation without deprecated OpenSSL APIsRosen Penev2018-12-13
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* chaosvpn: Update to 2.19 and switch to codeloadRosen Penev2018-07-29
| | | | | Simpler Signed-off-by: Rosen Penev <rosenp@gmail.com>
* chaosvpn: changed 'ip' program location to /sbin/ipEneas U de Queiroz2018-06-04
| | | | | | This was previously set to /usr/sbin/ip. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* chaosvpn: add compatibility with openssl 1.1Eneas U de Queiroz2018-05-25
| | | | | | This patch has been merged upstream. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* chaosvpn: add missing dependency on zlibFelix Fietkau2016-07-24
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* packages: cleanup Makefile variablesStephen Walker2016-07-09
| | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* chaosvpn: add new packageNorbert Summer2015-09-22
Signed-off-by: Norbert Summer <git@o-g.at>