New layerscape/aarch64 board

2021-02-12 Thread Michael Walle
Hi, I am looking into how to bring openwrt support for my board (Kontron sl28) upstream. The board has upstream support in both vanilla linux (since 5.8) and vanilla u-boot. Someone in IRC told me there will be a new release based on 5.10 after the 21.02 branch is created. So that would be a

[PATCH 2/5] build: add support for fixing up library soname

2021-02-12 Thread Felix Fietkau
This makes it possible to declare a package ABI_VERSION independent from the upstream soname by setting PKG_ABI_VERSION in the package makefile. The library filename is fixed up for files installed to packages and to the staging dir. References to the original from executables within the same

[PATCH 4/5] build: drop ABI version from metadata

2021-02-12 Thread Felix Fietkau
Preparation for supporting dynamic ABI versions that depend on the runtime configuration. Read the suffix from the staging dir pkginfo version files. Signed-off-by: Felix Fietkau --- include/feeds.mk| 2 +- include/package-dumpinfo.mk | 3 +-- include/package-ipkg.mk | 9

[PATCH 3/5] libubox: use PKG_ABI_VERSION

2021-02-12 Thread Felix Fietkau
Signed-off-by: Felix Fietkau --- package/libs/libubox/Makefile | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile index d9c239a50d15..19d91455097e 100644 --- a/package/libs/libubox/Makefile +++

[PATCH 1/5] build: fix ABI version rebuild dependency

2021-02-12 Thread Felix Fietkau
A stray comma was being appended to the last package version dependency, causing it to be missed for ABI version checks Signed-off-by: Felix Fietkau --- include/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/package.mk b/include/package.mk index

[PATCH 1/3] LICENSES: include all used licenses in LICENSES directory

2021-02-12 Thread Adrian Schmutzler
OpenWrt ships code not only licensed via GPL-2.0-{only,or-later}. Reflect that by adding the missing licenses, just like the kernel does. This patch takes the license text as it is found in the Linux kernel, which might probably be the best common denominator here. In contrast to the kernel

[PATCH 3/3] COPYING: add COPYING file to specify project licenses

2021-02-12 Thread Adrian Schmutzler
Since multiple licenses are provided now in the LICENSES folder, add a COPYING file to specify the project license. Signed-off-by: Adrian Schmutzler --- COPYING | 12 1 file changed, 12 insertions(+) create mode 100644 COPYING diff --git a/COPYING b/COPYING new file mode 100644

[PATCH 2/3] scripts: fix checkpatch.pl for changed license dir

2021-02-12 Thread Adrian Schmutzler
From: Paul Spooren As multiple LICENSES are shipped and no longer just LICENSE, modify the OpenWrt tree detecation in checkpatch.pl. Signed-off-by: Paul Spooren --- scripts/checkpatch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/checkpatch.pl

[PATCH 5/5] wolfssl: use dynamic ABI_VERSION depending on the configuration and package version

2021-02-12 Thread Felix Fietkau
Signed-off-by: Felix Fietkau --- package/libs/wolfssl/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile index ff01fca66310..51dc4d5a0933 100644 --- a/package/libs/wolfssl/Makefile +++

[PATCH v2] bcm4908: automatically set DEVICE_DTS from device name

2021-02-12 Thread Adrian Schmutzler
This sets the DTS paths automatically based on their device definition name. Devices where this is not possible may still be served by simply overwriting DEVICE_DTS in their respective definition. Cc: Rafał Miłecki Signed-off-by: Adrian Schmutzler --- I don't have time to investigate the fully

Re: [PATCH v2] fakeroot: fix to work with glibc 2.33

2021-02-12 Thread Ilya Lipnitskiy
Hi Philip, On Thu, Feb 11, 2021 at 11:23 PM Philip Prindeville wrote: > > Minor nit, but please combine these into a single line: > > > Please indent nested #if or #ifdef's. > > I can make the style changes, but a couple of points to consider: 1. These changes have already been submitted

Re: OpenWrt 21.02 planning

2021-02-12 Thread Alberto Bursi
On 11/02/21 23:57, Hauke Mehrtens wrote: Hi, Any objections to this plan? Hauke could someone merge the PR that adds support to Amazon T3 instances in x86-64 target? all feedback was addressed and it was also tested. It would be nice to get it into next stable.

Re: OpenWrt 21.02 planning

2021-02-12 Thread Nick
On 2/11/21 11:57 PM, Hauke Mehrtens wrote: Any objections to this plan? Can we please get - SXTsq5ac (https://github.com/openwrt/openwrt/pull/3108) depends on (MikroTik hAP ac2 ) - MikroTik hAP ac2 (https://github.com/openwrt/openwrt/pull/3037) into this release? It seems like both devices

Re: [PATCH] kernel: DSA roaming fix for Marvell Link Street switch series

2021-02-12 Thread Tad
Happy Friday! I've been using this patchset for 10 days now without issue. It has been available on my builds since then and I've had no issues reported. I've also seen a handful others on the OpenWrt forum make use of it. Of note, 776-v5.12-net-dsa-mv88e6xxx-override-portvec-if-unicast.patch

MT7612EN problems with DFS

2021-02-12 Thread Hauke Mehrtens
Hi Felix, DFS on the Xiaomi Mi WiFi R3G (MT7612EN) stops working after about 1 day for me with current OpenWrt master (r15718). I think it worked well with OpenWrt from beginning of December with mac80211 5.10. I see this in the log: Wed Feb 10 16:54:29 2021 daemon.notice

[PATCH] mvebu: cortexa9: fix missing wpad and iwinfo in images

2021-02-12 Thread Petr Štetiar
Current Turris Omnia snapshot and 19.07 release images doesn't contain wpad and iwinfo as wpad is missing in default package set. Fix it by adding wpad into DEFAULT_PACKAGES and then remove wpad from DEVICE_PACKAGES on devices which likely don't have wireless. Cc: Tomasz Maciej Nowak Cc: Klaus

Re: [PATCH 3/3] COPYING: add COPYING file to specify project licenses

2021-02-12 Thread Paul Spooren
On Fri, Feb 12, 2021 at 13:53, Adrian Schmutzler wrote: Since multiple licenses are provided now in the LICENSES folder, add a COPYING file to specify the project license. Signed-off-by: Adrian Schmutzler --- Acked-by: Paul Spooren COPYING | 12 1 file changed, 12

Re: [PATCH] mvebu: cortexa9: fix missing wpad and iwinfo in images

2021-02-12 Thread Petr Štetiar
Petr Štetiar [2021-02-13 01:16:23]: > Current Turris Omnia snapshot and 19.07 release images doesn't contain > wpad and iwinfo as wpad is missing in default package set. Fix it by > adding wpad into DEFAULT_PACKAGES and then remove wpad from > DEVICE_PACKAGES on devices which likely don't have

Re: Question about LuCI state (incl DSA) & request for testing

2021-02-12 Thread Jo-Philipp Wich
Hi, > I'd like to ask: what's the current state of LuCI? > One thing that probably requires some extra focus is DSA. Are there > any remaining issues regarding it? some parts of the DSA/device config code are intentionally disabled since netifd didn't handle these things at the time it was

[no subject]

2021-02-12 Thread Etan Kissling 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 message has been wrapped automatically by the mailing list software.--- Begin Message --- > We just had our developer