Re: [OpenWrt-Devel] [PATCH] libevent2: Add -Wl, --gc-sections to reduce size a little.

2019-02-19 Thread Rosen Penev
On Tue, Feb 19, 2019 at 10:19 PM Petr Štetiar wrote: > > Rosen Penev [2019-02-19 13:01:57]: > > > -TARGET_CFLAGS += $(FPIC) > > Why did you removed this? I can see, that you've added --with-pic configure > option, but I'm wondering if it's going to provide same result on all > platforms. Don't se

Re: [OpenWrt-Devel] [PATCH] libevent2: Add -Wl, --gc-sections to reduce size a little.

2019-02-19 Thread Petr Štetiar
Rosen Penev [2019-02-19 13:01:57]: > -TARGET_CFLAGS += $(FPIC) Why did you removed this? I can see, that you've added --with-pic configure option, but I'm wondering if it's going to provide same result on all platforms. > +TARGET_LDFLAGS += -Wl,--gc-sections I'm not sure whether this is a good

[OpenWrt-Devel] [PATCH v2] scripts/qemustart: allow machine selection with new option --machine

2019-02-19 Thread Yousong Zhou
This can be used to set machine options like highmem=off for running old armvirt/32 kernel lacking LPAE support with QEMU version 3.0 or later [1] Armv7 guest fails to boot with qemu-3.0.0-1, https://bugzilla.redhat.com/show_bug.cgi?id=1633328#c5 Signed-off-by: Yousong Zhou --- v2 <- v1

Re: [OpenWrt-Devel] [PATCH] openssl: backport devcrypto changes from master

2019-02-19 Thread Rosen Penev
On Tue, Feb 19, 2019 at 7:22 AM Christian Lamparter wrote: > > On Monday, February 18, 2019 9:57:51 PM CET Rosen Penev wrote: > > From: Eneas U de Queiroz via openwrt-devel > > > > The sender domain has a DMARC Reject/Quarantine policy which disallows > > sending mailing list messages using the o

[OpenWrt-Devel] [PATCH] libevent2: Add -Wl, --gc-sections to reduce size a little.

2019-02-19 Thread Rosen Penev
Saves ~4KB. Also reorganized configure arguments to improve compilation speed. Signed-off-by: Rosen Penev --- package/libs/libevent2/Makefile | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/package/libs/libevent2/Makefile b/package/libs/libevent2/Makefile index

[OpenWrt-Devel] [PATCH] scripts/qemustart: add option --mach

2019-02-19 Thread Yousong Zhou
Value of the new option will be passed to qemu --machine verbatim. This can be used to set machine options like highmem=off for running old armvirt/32 kernel lacking LPAE support on QEMU version 3.0 or later Signed-off-by: Yousong Zhou --- scripts/qemustart | 18 -- 1 file chang

Re: [OpenWrt-Devel] [PATCH] openssl: backport devcrypto changes from master

2019-02-19 Thread Christian Lamparter
On Monday, February 18, 2019 9:57:51 PM CET Rosen Penev wrote: > From: Eneas U de Queiroz via openwrt-devel > > The sender domain has a DMARC Reject/Quarantine policy which disallows > sending mailing list messages using the original "From" header. > > To mitigate this problem, the original mess

Re: [OpenWrt-Devel] [PATCH v2] dnsmasq: allow using dnsmasq as the sole resolver

2019-02-19 Thread Paul Oranje
Op 18 feb. 2019, om 21:50 heeft Hans Dedecker het volgende geschreven: > > On Mon, Feb 18, 2019 at 3:18 PM Yousong Zhou wrote: >> >> Currently it seems impossible to configure /etc/config/dhcp to achieve >> the following use case >> >> - run dnsmasq with no-resolv >> - re-generate /etc/resolv