> On Mar 19, 2021, at 4:06 PM, Eneas U de Queiroz wrote:
>
> On Fri, Mar 19, 2021 at 5:08 PM Philip Prindeville
> wrote:
>>
>>
>> Maybe I'm missing something, but why not just fix rules.mk:
>>
>>
>> ifneq (,$(findstring $(ARCH) , aarch64 aarch64_be powerpc ))
>> FPIC:=-fPIC
>> else
>> F
From: Philip Prindeville
Fixes issue #14921, whereby inline ASM wasn't getting built as PIC;
look at gmp-6.2.1/mpn/x86/pentium/popcount.asm for example:
ifdef(`PIC',`
...
for a routine that exists in both PIC and non-PIC versions.
Make sure that wherever $(FPIC) gets passed as a variable expan
On Fri, Mar 19, 2021 at 5:08 PM Philip Prindeville
wrote:
>
>
> Maybe I'm missing something, but why not just fix rules.mk:
>
>
> ifneq (,$(findstring $(ARCH) , aarch64 aarch64_be powerpc ))
> FPIC:=-fPIC
> else
> FPIC:=-fpic
> endif
>
> HOST_FPIC:=-fPIC
>
>
> To have the FPIC and HOST_FPIC de
> On Mar 12, 2021, at 6:25 AM, Felix Fietkau wrote:
>
>
> On 2021-03-12 11:34, Stijn Tintel wrote:
>> On 11/03/2021 23:46, Eneas U de Queiroz wrote:
>>> The library is always compiled with $(FPIC) (-fPIC or -fpic), even for
>>> the static library.
>>>
>>> There are some assembly sources that
David, Yousong:
Can we get a bump of firewall3 to HEAD again please?
Thanks
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
On 2021-03-19 12:06, Andreas Böhler wrote:
Hey Mika,
On 19/03/2021 11:12, Mika Laitio wrote:
I'm trying to add support for an older ZWave bridge, the MiCasaVerde Vera
Lite (similar or equal to SERCOMM NA300). It's based on RT3662, 64MB RAM and
32MB NAND flash - and this is where I'm currently
While forced zlib compression is already supported, zstd is much faster at the
same compression ratios. Prepare fstools to mount the overlay with forced zstd
compression, This is already supported in ubifs, while there's a pending patch
for jffs2 [1].
[1]
https://lore.kernel.org/linux-mtd/2021031
Hey Mika,
On 19/03/2021 11:12, Mika Laitio wrote:
I'm trying to add support for an older ZWave bridge, the MiCasaVerde
Vera Lite (similar or equal to SERCOMM NA300). It's based on RT3662,
64MB RAM and 32MB NAND flash - and this is where I'm currently stuck.
The rt3883.dtsi does not define a NA
I'm trying to add support for an older ZWave bridge, the MiCasaVerde Vera
Lite (similar or equal to SERCOMM NA300). It's based on RT3662, 64MB RAM and
32MB NAND flash - and this is where I'm currently stuck. The rt3883.dtsi does
not define a NAND controller and I'm unsure whether there actually
Hi Daniel,
On 19/03/2021 01:52, Daniel Golle wrote:
Hi Andreas,
On Thu, Mar 18, 2021 at 10:42:35PM +0100, Andreas Böhler wrote:
How can I best find/add a NAND driver for RT3662, or is it not worth the
effort?
Good question, especially without the datasheet or any piece of code to
look at. If
Petr Štetiar kirjoitti 19.3.2021 klo 8.39:
Hannu Nyman [2021-03-18 19:52:18]:
Petr Štetiar kirjoitti 18.3.2021 klo 12.12:
I'm still not that happy with the round-robin scheduler[1], but it's
better then the previous state, so I'm going to deploy it soon to all
masters.
...
1. https://github
11 matches
Mail list logo