Re: [PATCH v2] openssl: use --cross-compile-prefix in Configure

2020-11-28 Thread Rosen Penev
On Sat, Nov 28, 2020 at 1:06 PM Eneas U de Queiroz wrote: > > This sets the --cross-compile-prefix option when running Configure, so > that that it will not use the host gcc to figure out, among other > things, compiler defines. It avoids errors, if the host 'gcc' is > handled by clang: > > mips-

[PATCH v2] openssl: use --cross-compile-prefix in Configure

2020-11-28 Thread Eneas U de Queiroz
This sets the --cross-compile-prefix option when running Configure, so that that it will not use the host gcc to figure out, among other things, compiler defines. It avoids errors, if the host 'gcc' is handled by clang: mips-openwrt-linux-musl-gcc: error: unrecognized command-line option '-Qunuse

[PATCH] openssl: use --cross-compile-prefix in Configure

2020-11-28 Thread Eneas U de Queiroz
This sets the --cross-compile-prefix option when running Configure, so that that it will not use the host gcc to figure out, among other things, compiler defines. It avoids an error, when the host 'gcc' is handled by clang: mips-openwrt-linux-musl-gcc: error: unrecognized command-line option '-Qu

Re: odhcp6c RENEW timeout issue leads to OOM/OOPS [Was: Re: QEMU x86/64 ubus issues ... ]

2020-11-28 Thread Hans Dedecker
Hi, On Sat, Nov 28, 2020 at 5:04 PM Petr Štetiar wrote: > > Hans Dedecker [2020-11-26 21:19:30]: > > Hi, > > > Is it possible to have a pcap trace of the DHCPv6 messages on the wan ? > > I hope to find some time next weekend to investigate the issue further > > http://ynezz.true.cz/openwrt/odhcp

Re: perl/host/compile: fails on macOS 11 Big Sur, workaround

2020-11-28 Thread Georgi Valkov
Hello Rosen and Philip! I created a draft pull-request as suggested by Rosen. I also added description in the patch, and made minor corrections. The macOS version check in hints/darwin.sh now matches perl-5.33.4, However the rest of the changes are not in the patch, since I am not sure If the rest

Re: odhcp6c RENEW timeout issue leads to OOM/OOPS [Was: Re: QEMU x86/64 ubus issues ... ]

2020-11-28 Thread Petr Štetiar
Hans Dedecker [2020-11-26 21:19:30]: Hi, > Is it possible to have a pcap trace of the DHCPv6 messages on the wan ? > I hope to find some time next weekend to investigate the issue further http://ynezz.true.cz/openwrt/odhcp6c/capture.pcap.gz Cheers, Petr __

Re: [PATCH] cmake.mk, rules.mk: fix host builds using CMake and ccache

2020-11-28 Thread Petr Štetiar
Ansuel Smith [2020-11-28 15:13:32]: Hi, > Can confirm that this fix the bug. sorry for the breakage and thank you for testing. Cheers, Petr ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/op

Re: [PATCH] cmake.mk, rules.mk: fix host builds using CMake and ccache

2020-11-28 Thread Ansuel Smith
On Fri, Nov 27, 2020 at 03:47:45PM -0800, Rosen Penev wrote: > On Fri, Nov 27, 2020 at 2:04 PM Petr Štetiar wrote: > > > > Commit f98878e4c17d ("cmake.mk: set C/CXX compiler for host builds as > > well") has introduced regression as it didn't taken usage of ccache into > > the account so fix it by

Re: [PATCH] hostapd: enable airtime policy for the -basic variants

2020-11-28 Thread Rui Salvaterra
Hi, Daniel, On Fri, 27 Nov 2020 at 22:31, Daniel Golle wrote: > > On Wed, Nov 25, 2020 at 11:03:48PM +, Rui Salvaterra wrote: > > Airtime policy configuration is extremely useful in multiple BSS scenarios. > > Since nowadays most people configure both private and guest networks (at > > least)

[PATCH 0/2] ramips: add support for ELECOM 2x2 11ac devices with MT7621

2020-11-28 Thread INAGAKI Hiroshi
This is a continuation of the PR #3132 on GitHub. After the commit 37615174f5b360bfbcf5f11813500599e3b8196d, the secondary phy on MT7615D is registered automatically. This patch series adds following two MT7621 devices sold by ELECOM: - WRC-1167GS2-B - WRC-1167GST2 These models and WRC-*GST seri