Re: [OpenWrt-Devel] add support for netgear R6020

2020-06-02 Thread Alberto Bursi
On 30/05/20 13:37, Evan Jobling wrote: Hi, From 8a2cf974be374612e8ea32d2182226d542ebbcdf Mon Sep 17 00:00:00 2001 From: Evan Jobling Date: Sat, 30 May 2020 20:39:47 +1000 Subject: [PATCH] ramips: add support for netgear r6020 Signed-off-by: Evan Jobling --- You can send patches with

Re: [OpenWrt-Devel] [PATCH] build: improve ccache support

2020-06-02 Thread Roman Yeryomin
On 2020-06-01 23:51, Petr Štetiar wrote: Roman Yeryomin [2020-06-01 18:32:26]: Hi, Set CCACHE_DIR to $(TOPDIR)/.ccache and CCACHE_BASEDIR to $(TOPDIR). this changes location of ccache directory (people would need to move it, symlink back or override it) and with CCACHE_BASEDIR it

Re: [OpenWrt-Devel] [PATCH] build: improve ccache support

2020-06-02 Thread Roman Yeryomin
On 2020-06-01 21:34, Michael Jones wrote: On Mon, Jun 1, 2020 at 1:22 PM Felix Fietkau wrote: On 2020-06-01 19:11, Michael Jones wrote: > > > On Mon, Jun 1, 2020 at 10:33 AM Roman Yeryomin > wrote: > > Set CCACHE_DIR to $(TOPDIR)/.ccache and CCACHE_BASEDIR to

Re: [OpenWrt-Devel] [PATCH] mvebu: switch to kernel 5.4

2020-06-02 Thread Tomasz Maciej Nowak
Hi Adrian. W dniu 28.05.2020 o 18:49, Adrian Schmutzler pisze: > Last reports with kernel 5.4 have all been positive [1], so let's open > this to a wider range of testers. Switching kernel version needs this: https://patchwork.ozlabs.org/project/openwrt/patch/20200420174711.52387-1-tome...@o2.pl

[OpenWrt-Devel] [PATCH v2 1/2] octeontx: refresh kernel 5.4 config

2020-06-02 Thread Tim Harvey
refresh kernel config by running make kernel_menuconfig and saving changes Signed-off-by: Tim Harvey --- v2: added kernel config refresh patch --- target/linux/octeontx/config-5.4 | 29 ++--- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git

[OpenWrt-Devel] [PATCH v2 2/2] octeontx: enable Cavium CPT and ZIP drivers

2020-06-02 Thread Tim Harvey
The CPT module requires firmware which we add here as well. Signed-off-by: Tim Harvey --- v2: added license file for firmware --- target/linux/octeontx/config-5.4 | 11 +++ target/linux/octeontx/files/firmware/cpt8x-mc-ae.out | Bin 0 -> 9760 bytes

[OpenWrt-Devel] [PATCH 1/2] libcxxabi: add

2020-06-02 Thread Rosen Penev
This will be used for libcxx. Signed-off-by: Rosen Penev --- package/libs/libcxxabi/Makefile | 64 + 1 file changed, 64 insertions(+) create mode 100644 package/libs/libcxxabi/Makefile diff --git a/package/libs/libcxxabi/Makefile

[OpenWrt-Devel] [PATCH 2/2] libcxx: update to 10.0.0

2020-06-02 Thread Rosen Penev
Switched to upstream tarballs. Switched to libcxxabi as using libsupc++ is quite wonky. Fixed description. Removed patches. The fixes are cosmetic. Added ssp patch. This one is needed for some platforms. Signed-off-by: Rosen Penev --- package/libs/libcxx/Makefile| 18

Re: [OpenWrt-Devel] [PATCH v2 2/2] octeontx: enable Cavium CPT and ZIP drivers

2020-06-02 Thread Hauke Mehrtens
On 6/2/20 7:05 PM, Tim Harvey wrote: > The CPT module requires firmware which we add here as well. > > Signed-off-by: Tim Harvey > --- > v2: added license file for firmware > --- > target/linux/octeontx/config-5.4 | 11 +++ >