aboutsummaryrefslogtreecommitdiff
path: root/net/geth
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>
* geth: update to 1.10.20Rosen Penev2022-07-20
| | | | | | Fix compilation with latest iconv changes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* geth: update to version 1.9.25Josef Schlehofer2021-02-14
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* geth: add libiconv-full dependency if build with NLSJosef Schlehofer2021-02-14
| | | | | | | | | | Variable ICONV_DEPENDS is specified in nls.mk which can be found in OpenWrt main repository. This fixes issue: /foo/build/staging_dir/toolchain-arm_cortex-a9+vfpv3-d16_gcc-8.4.0_musl_eabi/lib/gcc/arm-openwrt-linux-muslgnueabi/8.4.0/../../../../arm-openwrt-linux-muslgnueabi/bin/ld: cannot find -liconv Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* geth: update to 1.9.22Rosen Penev2020-10-11
| | | | | | | | Removed bogus PKGARCH. Added nls.mk to fix compilation with uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* geth: update to 1.9.14Rosen Penev2020-06-13
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* geth: update to 1.9.11Rosen Penev2020-02-19
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* geth: Update to 1.9.9Rosen Penev2019-12-08
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* geth: Update to 1.9.6Rosen Penev2019-10-31
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* geth: Update to 1.9.1Rosen Penev2019-07-30
| | | | | | | | Remove Upstreamed patch. Minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* geth: Fix compilation under AArch64Rosen Penev2019-05-12
| | | | | | Turns out this was not backported to the stable branch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* geth: Update to 1.8.27Rosen Penev2019-04-29
| | | | | | | | Updated Makefile for consistency between packages. Updated Licensing information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* geth: Update to 1.8.21Rosen Penev2019-01-15
| | | | | Emergency update as the planned upgrade went south. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* geth: Update to 1.8.20Mislav Novakovic2018-12-18
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* go-ethereum: Update to 1.8.18Rosen Penev2018-11-15
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* geth: Update to 1.8.15Mislav Novakovic2018-09-18
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* geth: Update to 1.8.13Rosen Penev2018-08-15
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* geth: update to 1.8.12Mislav Novakovic2018-07-23
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* geth: add a new packageMislav Novakovic2018-07-06
The package was tested on raspberry pi 3. Geth needs about two hours to fully sync the first try and uses an additional 250Mb of storage. Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>