Re: [OpenWrt-Devel] Kernel version for OpenWrt 20.X

2019-11-27 Thread Jo-Philipp Wich
Hi Hauke, I agree with aiming for a kernel 5.4 based release in April. If we decide to go this route, we should also set a fixed feature freeze date (maybe end of March?) on which we branch off and drop targets not ported by then. ~ Jo ___

Re: [OpenWrt-Devel] [PATCHv3] tools/pkg-config: Replace with pkgconf

2019-11-27 Thread Andre Heider
On 27/11/2019 23:30, Rosen Penev wrote: On Wed, Nov 27, 2019 at 6:35 AM Andre Heider wrote: On 27/11/2019 13:19, Petr Štetiar wrote: Andre Heider [2019-11-27 12:26:39]: I didn't pursue upstreaming it because it looks like merge request at github are ignored and I didn't feel like signing

[OpenWrt-Devel] Running k3s on OpenWrt

2019-11-27 Thread Yousong Zhou
Hi list, I am sending this email in case it's also interesting to someone in the community, and to also avoid it bit rotting in my repo [1] A few months ago, I started working on bringing up k3s on OpenWrt. I managed to have a small k8s cluster with nodes running centos and openwrt. Likely

Re: [OpenWrt-Devel] [PATCH 2/3] tools/pkgconf: Run pkg-config wrapper through shellcheck

2019-11-27 Thread Rosen Penev
On Wed, Nov 27, 2019 at 2:30 PM Rosen Penev wrote: > > Mainly quoting fixes. > > Separated parameters by \ for easier readability. > > Switched to calling by dirname so that it can be called from any > directory. > > Signed-off-by: Rosen Penev > --- > tools/pkgconf/files/pkg-config | 5 - >

[OpenWrt-Devel] Kernel version for OpenWrt 20.X

2019-11-27 Thread Hauke Mehrtens
Hi, We had a discussion about adding kernel 5.4 support to OpenWrt master here: https://lists.infradead.org/pipermail/openwrt-devel/2019-October/019610.html and Koen is working on it, as far as I know. The final OpenWrt 19.07 release is getting closer and we initially planned to do the next

[OpenWrt-Devel] Как получить кредиты, залоги, инвестиции - чтобы законно не возвращать? 05_08_2019 02_10 199508

2019-11-27 Thread hjskvntjwgvt.ru 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 --- ОПТИМИЗАЦИЯ НАЛОГООБЛОЖЕНИЯ

[OpenWrt-Devel] [PATCH 2/3] tools/pkgconf: Run pkg-config wrapper through shellcheck

2019-11-27 Thread Rosen Penev
Mainly quoting fixes. Separated parameters by \ for easier readability. Switched to calling by dirname so that it can be called from any directory. Signed-off-by: Rosen Penev --- tools/pkgconf/files/pkg-config | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

Re: [OpenWrt-Devel] [PATCHv3] tools/pkg-config: Replace with pkgconf

2019-11-27 Thread Rosen Penev
On Wed, Nov 27, 2019 at 6:35 AM Andre Heider wrote: > > On 27/11/2019 13:19, Petr Štetiar wrote: > > Andre Heider [2019-11-27 12:26:39]: > > > >> I didn't pursue upstreaming it because it looks like merge request at > >> github > >> are ignored and I didn't feel like signing up at upstreams own

[OpenWrt-Devel] [PATCH 1/3] tools/pkg-config: Replace with pkgconf

2019-11-27 Thread Rosen Penev
pkgconf is a newer, actively maintained implementation of pkg-config that supports more aspects of the pkg-config file specification and provides a library interface that applications can use to incorporate intelligent handling of pkg-config files into themselves (such as build file generators,

[OpenWrt-Devel] [PATCH 3/3] tools/pkgconf: Add patch to fix meson compilation.

2019-11-27 Thread Rosen Penev
The wrapper calls pkgconf with multiple arguments. meson wants to call it with a single --version argument. To keep compatibility with pkg-config, revert the upstream version change. This fixes projects that use meson and pkg-config to find packages. Signed-off-by: Rosen Penev ---

Re: [OpenWrt-Devel] [PATCHv3] tools/pkg-config: Replace with pkgconf

2019-11-27 Thread Rosen Penev
On Wed, Nov 27, 2019 at 2:49 AM Petr Štetiar wrote: > > Rosen Penev [2019-11-25 14:44:18]: > > Hi, > > you're trying to do a lot of things in one patch, making it hard to review, > please split it up. > > 1. switch to pkgconf > 2. shell check fix > 3. meson fix > > > -ifeq ($(HOST_OS),Darwin) >

[OpenWrt-Devel] LEDE > OpenWrt > TP-Link TL-WDR4900 1.0

2019-11-27 Thread blu.italia--- 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 --- Hello Daniel, thanks for your

[OpenWrt-Devel] [PATCH 1/2] nl80211: add htmode to iwinfo_ops

2019-11-27 Thread Daniel Danzberger
This callback shows the currently active HTMODE of the device. Signed-off-by: Daniel Danzberger --- include/iwinfo.h | 4 ++- iwinfo_nl80211.c | 70 2 files changed, 73 insertions(+), 1 deletion(-) diff --git a/include/iwinfo.h

[OpenWrt-Devel] [PATCH 2/2] iwinfo: add current hw and ht mode to info call

2019-11-27 Thread Daniel Danzberger
Signed-off-by: Daniel Danzberger --- iwinfo.c | 44 1 file changed, 44 insertions(+) diff --git a/iwinfo.c b/iwinfo.c index a76b72a..7f46e3e 100644 --- a/iwinfo.c +++ b/iwinfo.c @@ -290,6 +290,48 @@ rpc_iwinfo_call_hwmodes(const char *name) }

[OpenWrt-Devel] [PATCH 0/2] iwinfo/rpcd: add current hw and ht mode to info call

2019-11-27 Thread Daniel Danzberger
These 2 patches extend the rpcd's iwinfo 'info' call with the current ht/hwmode. Currently this call only shows the ht/hwmode capabilities, but not the currenlty set modes on the phy. Patch 1 (iwinfo): Adds htmode callback to libiwinfo Patch 2 (rpcd) : Calls the htmode callback on info

Re: [OpenWrt-Devel] [PATCH 2/4] kernel: add backported phy/phylink/sfp patches

2019-11-27 Thread Eneas Queiroz
On Wed, Nov 27, 2019 at 10:28 AM Russell King - ARM Linux admin wrote: > The build system is just very painful for a new-comer to understand. > I don't doubt that it does what you need it to, but trying to work > out stuff from it is a nightmare unless you have some knowledge > about how it is

Re: [OpenWrt-Devel] [PATCH v2] gemini: Bring up DSA switches

2019-11-27 Thread Linus Walleij
On Wed, Nov 27, 2019 at 4:05 PM Petr Štetiar wrote: > what's the state of this? It's not clear from the discussion, thanks. Sadly I'm as confused as you are. I'm scratching my head about what to do. I suspect the problem will only get bigger as more DSA switches appear in the Linux kernel.

Re: [OpenWrt-Devel] [PATCH] ath79: rename EEPROM to art

2019-11-27 Thread Adrian Schmutzler
Hi David, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On > Behalf Of David Bauer > Sent: Freitag, 22. November 2019 22:40 > To: Adrian Schmutzler > Cc: openwrt-devel@lists.openwrt.org > Subject: Re: [OpenWrt-Devel] [PATCH] ath79: rename

Re: [OpenWrt-Devel] [PATCH v2] gemini: Bring up DSA switches

2019-11-27 Thread Petr Štetiar
Hi, what's the state of this? It's not clear from the discussion, thanks. -- ynezz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] wireguard: bump to 0.0.20191127

2019-11-27 Thread Jason A. Donenfeld
* messages: recalculate rekey max based on a one minute flood * allowedips: safely dereference rcu roots * socket: remove redundant check of new4 * allowedips: avoid double lock in selftest error case * tools: add syncconf command Signed-off-by: Jason A. Donenfeld ---

Re: [OpenWrt-Devel] [PATCHv3] tools/pkg-config: Replace with pkgconf

2019-11-27 Thread Andre Heider
On 27/11/2019 13:19, Petr Štetiar wrote: Andre Heider [2019-11-27 12:26:39]: I didn't pursue upstreaming it because it looks like merge request at github are ignored and I didn't feel like signing up at upstreams own page. git send-email --to '~kaniini/pkgc...@lists.sr.ht' your.patch

Re: [OpenWrt-Devel] [PATCH 2/4] kernel: add backported phy/phylink/sfp patches

2019-11-27 Thread Jonas Gorski
On Wed, 27 Nov 2019 at 14:27, Russell King - ARM Linux admin wrote: > > On Wed, Nov 27, 2019 at 02:03:40PM +0100, Jonas Gorski wrote: > > On Wed, 27 Nov 2019 at 13:14, Russell King - ARM Linux admin > > wrote: > > > > > > On Wed, Nov 27, 2019 at 12:57:35PM +0100, Petr Štetiar wrote: > > > >

Re: [OpenWrt-Devel] [PATCH 2/4] kernel: add backported phy/phylink/sfp patches

2019-11-27 Thread Russell King - ARM Linux admin
On Wed, Nov 27, 2019 at 02:03:40PM +0100, Jonas Gorski wrote: > On Wed, 27 Nov 2019 at 13:14, Russell King - ARM Linux admin > wrote: > > > > On Wed, Nov 27, 2019 at 12:57:35PM +0100, Petr Štetiar wrote: > > > Russell King - ARM Linux admin [2019-11-27 > > > 10:35:10]: > > > > > > > It makes it

Re: [OpenWrt-Devel] [PATCH 2/4] kernel: add backported phy/phylink/sfp patches

2019-11-27 Thread Jonas Gorski
On Wed, 27 Nov 2019 at 13:14, Russell King - ARM Linux admin wrote: > > On Wed, Nov 27, 2019 at 12:57:35PM +0100, Petr Štetiar wrote: > > Russell King - ARM Linux admin [2019-11-27 > > 10:35:10]: > > > > > It makes it very difficult to understand. For example, where is the > > > kernel + kmod

Re: [OpenWrt-Devel] [PATCHv3] tools/pkg-config: Replace with pkgconf

2019-11-27 Thread Petr Štetiar
Andre Heider [2019-11-27 12:26:39]: > I didn't pursue upstreaming it because it looks like merge request at github > are ignored and I didn't feel like signing up at upstreams own page. git send-email --to '~kaniini/pkgc...@lists.sr.ht' your.patch doesnt work? -- ynezz

Re: [OpenWrt-Devel] [PATCH 2/4] kernel: add backported phy/phylink/sfp patches

2019-11-27 Thread Russell King - ARM Linux admin
On Wed, Nov 27, 2019 at 12:57:35PM +0100, Petr Štetiar wrote: > Russell King - ARM Linux admin [2019-11-27 10:35:10]: > > > It makes it very difficult to understand. For example, where is the > > kernel + kmod package version/release set > > from

Re: [OpenWrt-Devel] [PATCH 2/4] kernel: add backported phy/phylink/sfp patches

2019-11-27 Thread Petr Štetiar
Russell King - ARM Linux admin [2019-11-27 10:35:10]: > It makes it very difficult to understand. For example, where is the > kernel + kmod package version/release set from kmod-libphy_4.19.85-1_aarch64_cortex-a53.ipk/control.tar.gz/control: Package: kmod-libphy Version: 4.19.85-1

[OpenWrt-Devel] [PATCH v2 4/5] kernel: add SFP support for Methode DM7052 NBASE-T module

2019-11-27 Thread Russell King
Add support for Methode DM7052 NBASE-T module to OpenWRT. These patches are taken from my "phy" branch, and will be sent for the next kernel merge window. Signed-off-by: Russell King --- package/kernel/linux/modules/netdevices.mk| 17 + ...ncomplete-100BASE-FX-and-100BASE-LX-.patch | 59

[OpenWrt-Devel] [PATCH v2 1/5] kernel: remove obsolete phylink/SFP patches

2019-11-27 Thread Russell King
Remove the old phylink/SFP patches from the OpenWRT build; these will be updated with a new set in subsequent. 450-reprobe_sfp_phy is also removed for several reasons: 1) it is not in mainline. 2) it breaks copper modules that do not have a PHY. 3) it makes backporting the current patch set

[OpenWrt-Devel] [PATCH v2 2/5] kernel: move phylink patches from mvebu to generic

2019-11-27 Thread Russell King
Move two phylink patches from mvebu to generic, so that everyone can benefit from them. Signed-off-by: Russell King --- ...00-net-phylink-only-call-mac_config-during-resolve-when.patch} | 0 .../701-net-phylink-ensure-inband-AN-works-correctly.patch} | 0 2 files changed, 0 insertions(+),

[OpenWrt-Devel] [PATCH v2 5/5] kernel: add uDPU update patches

2019-11-27 Thread Russell King
Update the uDPU kernel support, fixing a number of issues: * make ethernet work again by adding comphy definitions * slow the I2C bus to give it more chance of actually working * the SFP cages are designed to support up to 3W modules, which would be prevented from initialising without this

Re: [OpenWrt-Devel] [PATCH 2/4] kernel: add backported phy/phylink/sfp patches

2019-11-27 Thread Russell King - ARM Linux admin
On Wed, Nov 27, 2019 at 10:35:10AM +, Russell King - ARM Linux admin wrote: > On Wed, Nov 27, 2019 at 09:50:45AM +0100, Petr Štetiar wrote: > > Russell King - ARM Linux admin [2019-11-26 > > 00:07:43]: > > > > Hi, > > > > > I can see your reply in the OpenWrt archives, but I never received

Re: [OpenWrt-Devel] [PATCHv3] tools/pkg-config: Replace with pkgconf

2019-11-27 Thread Andre Heider
On 27/11/2019 11:49, Petr Štetiar wrote: Rosen Penev [2019-11-25 14:44:18]: Hi, you're trying to do a lot of things in one patch, making it hard to review, please split it up. 1. switch to pkgconf 2. shell check fix 3. meson fix -ifeq ($(HOST_OS),Darwin) -HOST_LDFLAGS += -framework

Re: [OpenWrt-Devel] [PATCHv3] tools/pkg-config: Replace with pkgconf

2019-11-27 Thread Petr Štetiar
Rosen Penev [2019-11-25 14:44:18]: Hi, you're trying to do a lot of things in one patch, making it hard to review, please split it up. 1. switch to pkgconf 2. shell check fix 3. meson fix > -ifeq ($(HOST_OS),Darwin) > -HOST_LDFLAGS += -framework CoreFoundation -framework Carbon > -endif So

Re: [OpenWrt-Devel] [PATCH 2/4] kernel: add backported phy/phylink/sfp patches

2019-11-27 Thread Russell King - ARM Linux admin
On Wed, Nov 27, 2019 at 09:50:45AM +0100, Petr Štetiar wrote: > Russell King - ARM Linux admin [2019-11-26 00:07:43]: > > Hi, > > > I can see your reply in the OpenWrt archives, but I never received > > it, so I can't reply to it... (I'm not subscribed to openwrt-devel.) > > FYI René just

Re: [OpenWrt-Devel] [PATCH 2/4] kernel: add backported phy/phylink/sfp patches

2019-11-27 Thread Petr Štetiar
Russell King - ARM Linux admin [2019-11-26 00:07:43]: Hi, > I can see your reply in the OpenWrt archives, but I never received > it, so I can't reply to it... (I'm not subscribed to openwrt-devel.) FYI René just didn't Cc: you. > My impression is that the build system is designed to keep

Re: [OpenWrt-Devel] OpenWrt 19.07 status

2019-11-27 Thread Stijn Segers
Op dinsdag 26 november 2019 om 21:30 schreef Stijn Segers : Op maandag 25 november 2019 om 23:34 schreef Hauke Mehrtens : Hi, There are now quite some changes in the OpenWrt 19.07 branch compared to the 19.07-rc1. The builds are looking ok: