aboutsummaryrefslogtreecommitdiff
path: root/utils/bluelog
Commit message (Collapse)AuthorAge
* bluelog: fix build on macosSergey V. Lobanov2022-02-01
| | | | | | | | | | bluelog can not be compiled on macos due to Apple zcat is not compatible with GNU zcat. This patch replaces `zcat` with `gzip -dc`. `gzip -dc` has the same behavior on GNU and Apple environments. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* treewide: Replace MD5SUM with HASHRosen Penev2019-10-31
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* bluelog: Adjust source name to try to fix buildbotRosen Penev2018-08-24
| | | | | | | | | | The buildbot is failing on applying the patch: https://downloads.openwrt.org/snapshots/faillogs/mipsel_24kc/packages/bluelog/compile.txt Locally, this does not happen. I assume the reason is that it has some special handling for GitHub's tar archives where it extracts it to the name in PKG_SOURCE. So adjust that. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* bluelog: Switch to GitHub tarballRosen Penev2018-07-25
| | | | | | The website does not work anymore. It seems development has moved to GitHub. 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>
* bluelog: fix oui.txt processingJo-Philipp Wich2016-07-03
| | | | | | | | | | | | | - Use a temporary file path within the package build directory to avoid cluttering the host systems `/tmp` directory. - Switch to a gzipped, snapshotted copy of the `oui.txt` file since the upstream IEEE server is extremely slow, also fetching an unversioned HTTP resource during compilation breaks reproducable builds. Signed-off-by: Jo-Philipp Wich <jo@mein.io> [rework to use standard download facility] Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* bluelog: import from old packages feedNicolas Thill2015-01-10
- update to latest version (v1.1.2) - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>