aboutsummaryrefslogtreecommitdiff
path: root/utils/yunbridge
Commit message (Collapse)AuthorAge
* yunbridge: Remove packageJeffery To2020-03-31
| | | | | | | | | | | | This version of yunbridge will cease to function once Python 2 is removed from the feed. It does not appear[1] that upstream will be updated with a version that uses Python 3. This package will be added to the abandoned packages feed. [1]: https://github.com/arduino/YunBridge/issues/31 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* yunbridge: fix PKG_BUILD_DIREneas U de Queiroz2018-08-30
| | | | | | PKG_BUILD_DIR was set outside of BUILD_DIR. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* yunbridge: Swich to 1.6.0Rosen Penev2018-06-10
| | | | | | | | This is a stable release which is one revision higher than what it was previously. Adjusted the Makefile to track the stable release. Signed-off-by: Rosen Penev <rosenp@gmail.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>
* yunbridge: add linux side python codeJohn Crispin2015-10-19
to make the bridge work we need to run an askfirst instance on the ttyS. additionally add the lua scripts needed to make REST work. this is really ugly code but it works. i already cleaned up to the original code, but there are still issues such as a new luci session being created for each request. Signed-off-by: John Crispin <blogic@openwrt.org>