Re: [PATCHv2] libunwind: update to 1.4.0

2020-07-28 Thread Rosen Penev
On Tue, Jul 28, 2020 at 10:13 PM Yousong Zhou wrote: > > On Wed, 29 Jul 2020 at 11:56, Rosen Penev wrote: > > > > On Tue, Jul 28, 2020 at 6:57 PM Yousong Zhou wrote: > > > > > > On Wed, 29 Jul 2020 at 04:29, Rosen Penev wrote: > > > > > > > > Cleanup Makefile for consistency with other ones. >

Re: [PATCHv2] libunwind: update to 1.4.0

2020-07-28 Thread Yousong Zhou
On Wed, 29 Jul 2020 at 11:56, Rosen Penev wrote: > > On Tue, Jul 28, 2020 at 6:57 PM Yousong Zhou wrote: > > > > On Wed, 29 Jul 2020 at 04:29, Rosen Penev wrote: > > > > > > Cleanup Makefile for consistency with other ones. > > > > > > Remove PKG_SSP. It can be fixed with -lssp_nonshared. > > >

Re: [PATCHv2] libunwind: update to 1.4.0

2020-07-28 Thread Rosen Penev
On Tue, Jul 28, 2020 at 6:57 PM Yousong Zhou wrote: > > On Wed, 29 Jul 2020 at 04:29, Rosen Penev wrote: > > > > Cleanup Makefile for consistency with other ones. > > > > Remove PKG_SSP. It can be fixed with -lssp_nonshared. > > > > Add PKG_BUILD_PARALLEL for faster compilation. > > > > Add some

Re: [PATCHv2] libunwind: update to 1.4.0

2020-07-28 Thread Yousong Zhou
On Wed, 29 Jul 2020 at 04:29, Rosen Penev wrote: > > Cleanup Makefile for consistency with other ones. > > Remove PKG_SSP. It can be fixed with -lssp_nonshared. > > Add PKG_BUILD_PARALLEL for faster compilation. > > Add some alpine pathes to fix potential issues. This is just too vague and random

Re: [PATCH 0/3] Support TLS/SSL and WPA3-Personal/SAE by default

2020-07-28 Thread Hauke Mehrtens
On 7/27/20 10:50 AM, Petr Štetiar wrote: > Hauke Mehrtens [2020-07-26 19:15:59]: > >> How stable is the ABI of wolfssl? > > I assume, that we're going to find the answer in the upcoming years :-) > > Anyway, by looking purely at the Git log of hostapd it seems stable. The API is probably stabl

[PATCHv2] libunwind: update to 1.4.0

2020-07-28 Thread Rosen Penev
Cleanup Makefile for consistency with other ones. Remove PKG_SSP. It can be fixed with -lssp_nonshared. Add PKG_BUILD_PARALLEL for faster compilation. Add some alpine pathes to fix potential issues. Backport GCC 10 patch to fix compilation. Remove the InstallDev section for ARC. libunwind does

Re: [PATCH] kernel: bump 5.4 to 5.4.53

2020-07-28 Thread Stijn Segers
Op zaterdag 25 juli 2020 om 13u45 schreef Kevin Darbyshire-Bryant : Refresh patches. Remove upstreamed patches: bcm63xx/patches-5.4/022-v5.8-mtd-rawnand-brcmnand-correctly-verify-erased-pages.patch bcm63xx/patches-5.4/024-v5.8-mtd-rawnand-brcmnand-fix-CS0-layout.patch Drop the cake hack as

[PATCH] jshn: add argument to append json using jshn.sh

2020-07-28 Thread jem . patel
From: Jaymin Patel argument of -a with jshn is useful to avoid initialization of a new json object and provides an option to append json into existing json_object Signed-off-by: Jaymin Patel --- jshn.c | 22 ++ sh/jshn.sh | 8 2 files changed, 22 insertions(+)

[PATCH 3/3] treewide: mark devices as BROKEN instead of commenting out

2020-07-28 Thread Adrian Schmutzler
From: Petr Štetiar This adds the newly introduced BROKEN flag to a bunch of devices that previously just had TARGET_DEVICES commented out. By this, we can select them in make menuconfig when BROKEN developer config option is selected, instead of having to edit the code. In contrast to DEFAULT :=

[PATCH 2/3] build: add option to mark devices as BROKEN

2020-07-28 Thread Adrian Schmutzler
By specifying "BROKEN := 1" or "BROKEN := y" for a device, it will be hidden (and deselected) by default. By that, it provides a stronger option to "disable" a device beyond just using DEFAULT := n. To make these devices visible, just enable the BROKEN option in developer settings as already imple

[PATCH 1/3] treewide: use DEFAULT := n to disable non-broken devices

2020-07-28 Thread Adrian Schmutzler
From: Petr Štetiar This uses DEFAULT := n on a bunch of devices that previously were "disabled" by commenting out TARGET_DEVICES. This will allow to build them without having to modify the code, but they will not be selected for default build or buildbots. The change is applied to all devices th

[PATCH v2] tools: firmware utils add: linksys addfwhdr

2020-07-28 Thread Todor Colov
Generator of firmware header for Linksys E8350 so that the openwrt-factory image can be flashed directly over the stock WEB interface. >From Linksys GPL code: https://downloads.linksys.com/support/assets/gpl/E8350_v1.0.03.003.tgz Signed-off-by: Todor Colov --- tools/firmware-utils/Makefile

Re: [RFC PATCH v2 0/1] Introduce UCI support for configuring DSA VLAN filter rules

2020-07-28 Thread Perry
Hi all, A couple things which I think seem to still be missing are: port mirroring (src port, dst port) flow control (enable/disable) stp (type, enable/disable) igmp snooping And some other features, which as far as I can tell should be possible with DSA: LAG LLDP Jumbo Frames Greets, P On 7/

[PATCH] wireguard-tools: drop the dependency on ip{tiny,full}

2020-07-28 Thread Rui Salvaterra
BusyBox ip already provides the required functionality and is enabled by default. This allows for a very significant image size reduction. openwrt-ath79-generic-tplink_archer-c6-v2-squashfs-sysupgrade.bin sizes: Before: 7340820 bytes After: 7078676 bytes Exactly 256 kiB saved in the final image

Re: [PATCH] treewide: consistenly disable building of devices

2020-07-28 Thread Petr Štetiar
m...@adrianschmutzler.de [2020-07-28 14:25:23]: > If you are fine with that, I'd like to pick this up and do the following: yes, thanks ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-d

RE: [PATCH] treewide: consistenly disable building of devices

2020-07-28 Thread mail
Hi Petr, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Petr Štetiar > Sent: Montag, 27. Juli 2020 12:53 > To: openwrt-devel@lists.openwrt.org > Cc: Petr Štetiar > Subject: [PATCH] treewide: consistenly disable building of device

[PATCH v2] busybox: bump to 1.32.0

2020-07-28 Thread Petr Štetiar
Refreshed patches and config options. Removed upstreamed patches: 001-remove-stime-function-calls.patch 110-no_static_libgcc.patch Run tested on x86_64 under QEMU. Signed-off-by: Petr Štetiar --- changed in v2: * refreshed config options package/utils/busybox/Config-defaults.in | 2