Commit Graph

25 Commits

Author SHA1 Message Date
Robert Marko 272f55e87f treewide: refresh hashes after move to use ZSTD as default
With the recent move to using ZSTD as the default compression format
for packaging git repo clones we must refresh all of the hashes for
the packages feed as well.

Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-04-07 12:06:34 +02:00
Michael Heimpold 71f9bdc0fb open-plc-utils: update to latest upstream version
This adds support for QCA7006AQ chipset identification.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2023-05-01 20:18:55 +02:00
Michael Heimpold 135b65e0df open-plc-utils: update to latest upstream version
This improves the chipset reporting in some command line tools.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-12-11 09:58:53 +01:00
Michael Heimpold a1afbc7154 open-plc-utils: update to latest upstream version
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-11-19 22:49:42 +01:00
Rosen Penev 6617c64487
open-plc-utils: fix compilation with GCC10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-30 19:44:38 -07:00
Michael Heimpold c35553322c open-plc-utils: take maintainership
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2019-12-21 23:31:50 +01:00
Florian Fainelli 80f881568f treewide: Remove self from PKG_MAINTAINER
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2019-12-21 12:52:41 -08:00
Michael Heimpold 969b6df442 open-plc-utils: minor whitespace fixes
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-12-14 00:02:09 +01:00
Michael Heimpold f58daa6c9b open-plc-utils: package missing tools amprule, pev and evse
At the moment, there are three binaries which are not covered by packaging,
so add them.

Signed-off-by: Michael Heimpold <michael.heimpold@i2se.com>
2018-12-13 23:58:29 +01:00
Michael Heimpold 27157ad9f5 open-plc-utils: cleanup package meta-data
Align package variables to other packages which also use a git checkout
as tarball:
 - PKG_VERSION should not be set to a date, just rely on package default
   handling which apply automatically when using PKG_SOURCE_VERSION
 - introduce a plain PKG_RELEASE instead to allow keeping track of modified packaging
 - PKG_SOURCE_DIR is set by package defaults
 - same for PKG_SOURCE
 - this results in a different hash of the tarball created, so adjust
   PKG_MIRROR_HASH

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-12-13 23:57:32 +01:00
Michael Heimpold 31102c40f2 open-plc-utils: update to commit 32408520
Also remove upstreamed patch.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-11-05 20:35:52 +01:00
Alexander Couzens 4e500f91dd open-plc-utils: remove build timestamp
Build timestamps prevent reproducible builds [0].

[0] https://reproducible-builds.org/docs/timestamps/

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-12-10 02:26:10 +01:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
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>
2017-08-29 21:41:14 -07:00
Günther Kelleter eb22de1fe2 open-plc-utils: fix menuconfig entries
Fix TITLE and description to contain the actual tool name.

Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
2017-03-08 17:21:15 +01:00
Michael Heimpold cf56d18f80 open-plc-utils: update to commit 18b7e2a9a17f043fe8ac8b457680aafb1c249c55
This contains a fix for big endian systems.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-01-15 19:03:04 +01:00
Michael Heimpold a0d4b804b1 open-plc-utils: update to commit 6a07d621583cb86ddf2fddcacb41cc4cf28bf33a
This fixes an alignment issue on some platforms, which renders
some tools, e.g. plcID, unusable.

While at, switch to xz compression for the tarball, drop an already
mainlined patch and remove a meanswhile absolete compiler switch.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-01-11 22:25:59 +01:00
Florian Fainelli dc368cbcd0 open-plc-utils: Force creation of open-plc-utils metapackage
Without it, all other plugin packages are not installable.

Fixes #3481

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2016-11-06 13:44:36 -08:00
Michael Heimpold 0353388819 open-plc-utils: upgrade to latest git revision and fix compilation
Buildbots are reporting the following error:
../mme/ARPCPrint.c: In function 'ARPCPrint':
../mme/ARPCPrint.c:123:2: error: incompatible type for argument 3 of 'vfprintf'
  vfprintf (fp, (char *)(&data->LIST [LE16TOH (data->STROFFSET)]), (void *)(&data->LIST [LE16TOH (data->ARGOFFSET)]));
  ^
In file included from /store/buildbot/slave/mxs/build/staging_dir/toolchain-arm_arm926ej-s_gcc-4.8-linaro_musl-1.1.11_eabi/include/fortify/stdio.h:20:0,
                 from ../mme/ARPCPrint.c:68:
/store/buildbot/slave/mxs/build/staging_dir/toolchain-arm_arm926ej-s_gcc-4.8-linaro_musl-1.1.11_eabi/include/stdio.h:108:5: note: expected '__isoc_va_list' but argument is of type 'void *'

Fix this by definition __UCLIBC__ to enable a workaround for this
issue.

While at, switch to HTTPS URL for cloning the git repo.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-09-21 21:56:31 +02:00
dvlemplgk 157d4734aa open-plc-utils: Remove excessive dot in PKG_SOURCE_VERSION definition
Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
2015-07-06 17:18:15 +02:00
dvlemplgk 16da67e62a open-plc-utils: Update to commit 885a1b7e2e663b5ab8797db6d40a0318131fdf18
This particularly fixes unusable amphost utility on big endian targets.

Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
2015-07-01 14:05:37 +02:00
Jo-Philipp Wich d3c279d4f6 open-plc-utils: fix musl and fortify source compatibility
- Include `poll.h` at the top of `ether/readpacket.c` to avoid nested
   declaration errors caused by fortify source headers
 - Add missing `sys/select.h` include to `serial/serial.c`

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-26 16:41:26 +02:00
Florian Fainelli 80a613afd0 open-plc-utils: bump to 2015-02-23
Update to commit 1f6e7e372b313cf570aa63314037588ed01ec0de ("Add QPSI
recommended wording for mac2pw and mac2pwd.")

Signed-off-by: Florian Fainelli <florian@openwrt.org>
2015-03-28 11:51:45 -07:00
Ted Hess 8b5421f699 misc: Correct tag spelling PKG_LICENSE_FILES
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-09 11:38:38 -05:00
Florian Fainelli 50a3f36538 open-plc-utils: add license information
Add licensing information for the open-plc-utils package and update the
copyright.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
2014-11-28 11:36:36 -08:00
Florian Fainelli 3a69c5ca63 open-plc-utils: import from oldpackages
Signed-off-by: Florian Fainelli <florian@openwrt.org>
2014-11-27 16:50:06 -08:00