Re: [OpenWrt-Devel] [PATCH] nghttp2: deduplicate files in staging_dir

2019-06-22 Thread Hans Dedecker
On Fri, Jun 21, 2019 at 3:05 PM Eneas U de Queiroz via openwrt-devel wrote: > > 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 > automatical

[OpenWrt-Devel] [openwrt] Patch notification: 1 patch updated

2019-06-22 Thread Patchwork
Hello, The following patch (submitted by you) has been updated in Patchwork: * openwrt: [OpenWrt-Devel] nghttp2: deduplicate files in staging_dir - http://patchwork.ozlabs.org/patch/1120220/ - for: OpenWrt development was: New now: Accepted This email is a notification only -

[OpenWrt-Devel] [PATCH 2/2] openwrt-19.07: ar71xx: Code style fixes in 10_fix_wifi_mac

2019-06-22 Thread Adrian Schmutzler
This fixes one comparison and one useless echo. Signed-off-by: Adrian Schmutzler --- .../ar71xx/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ar71xx/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac b/ta

[OpenWrt-Devel] [PATCH 1/2] openwrt-19.07: ath79: Code style fixes in 10_fix_wifi_mac

2019-06-22 Thread Adrian Schmutzler
This fixes one comparison and several useless echos. Signed-off-by: Adrian Schmutzler --- .../base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac| 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/target/linux/ath79/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac

[OpenWrt-Devel] Dependency problem after changing package name

2019-06-22 Thread Rafał Miłecki
I renamed locally package "lua" to "luax" and updated dependency of "lua-examples". A pretty simple change. After that change I can't build OpenWrt anymore. # make V=s (...) Collected errors: * satisfy_dependencies_for: Cannot satisfy the following dependencies for lua-examples: * luax

Re: [OpenWrt-Devel] Dependency problem after changing package name

2019-06-22 Thread Rafał Miłecki
On 22.06.2019 13:37, Rafał Miłecki wrote: I renamed locally package "lua" to "luax" and updated dependency of "lua-examples". A pretty simple change. After that change I can't build OpenWrt anymore. # make V=s (...) Collected errors:  * satisfy_dependencies_for: Cannot satisfy the following d

[OpenWrt-Devel] [PATCH V2 1/2] lua: include version number in installed files

2019-06-22 Thread Rafał Miłecki
From: Rafał Miłecki This will allow installing Lua 5.1 and newer versions at the same time. Signed-off-by: Rafał Miłecki --- V2: Bump PKG_RELEASE --- package/utils/lua/Makefile| 8 ++-- .../001-include-version-number.patch | 48 +++ .../patches/001

[OpenWrt-Devel] [PATCH V2 2/2] lua: rename package to lua5.1

2019-06-22 Thread Rafał Miłecki
From: Rafał Miłecki This will allow adding packages for new Lua releases cleanly. At the same time it doesn't break existing packages thanks to the PROVIDES. Signed-off-by: Rafał Miłecki --- V2: Update /install sections to make packages work actually --- package/utils/{lua => lua5.1}/Makefile

Re: [OpenWrt-Devel] [PATCH 1/2] openwrt-19.07: ath79: Code style fixes in 10_fix_wifi_mac

2019-06-22 Thread Jonas Gorski
Hi, On Sat, 22 Jun 2019 at 11:33, Adrian Schmutzler wrote: > Subject: [PATCH 1/2] openwrt-19.07: ath79: Code style fixes in 10_fix_wifi_mac the openwrt-19.07 belongs between the [ ], so [PATCH openwrt-19.07 1/2]. > > This fixes one comparison and several useless echos. > > Signed-off-by: Adrian

Re: [OpenWrt-Devel] Dependency problem after changing package name

2019-06-22 Thread Jonas Gorski
On Sat, 22 Jun 2019 at 13:50, Rafał Miłecki wrote: > > On 22.06.2019 13:37, Rafał Miłecki wrote: > > I renamed locally package "lua" to "luax" and updated dependency of > > "lua-examples". A pretty simple change. > > > > > > After that change I can't build OpenWrt anymore. > > > > # make V=s > > (

[OpenWrt-Devel] [PATCH] lua5.3: package Lua 5.3 version

2019-06-22 Thread Rafał Miłecki
From: Rafał Miłecki This package provides an interpreter and compiler for Lua 5.3.5. It has been decided to use separated package due to a backward incompatibility of Lua 5.2 and 5.3. This package/version: 1) Does not include lnum patch as its author didn't decide to port it to the new versio

Re: [OpenWrt-Devel] [PATCH 1/2] openwrt-19.07: ath79: Code style fixes in 10_fix_wifi_mac

2019-06-22 Thread mail
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Jonas Gorski > Sent: Samstag, 22. Juni 2019 14:14 > To: Adrian Schmutzler > Cc: OpenWrt Development List > Subject: Re: [OpenWrt-Devel] [PATCH 1/2] openwrt-19.07: ath79: Code st

Re: [OpenWrt-Devel] [PATCH] ramips: mt7621: Add new device AsiaRF AP7621-001

2019-06-22 Thread Rafał Miłecki
On 21.06.2019 17:50, Daniel Danzberger wrote: diff --git a/target/linux/ramips/dts/AP7621-001.dts b/target/linux/ramips/dts/AP7621-001.dts new file mode 100644 index 00..587c26457e --- /dev/null +++ b/target/linux/ramips/dts/AP7621-001.dts @@ -0,0 +1,157 @@ +/dts-v1/; Please include li

Re: [OpenWrt-Devel] [PATCH] toolchain: Don't force GCC8 on ARC

2019-06-22 Thread Christian Lamparter
On Thursday, June 20, 2019 9:33:04 PM CEST Rosen Penev wrote: > This prevents overriding it to use GCC9. > > Signed-off-by: Rosen Penev > --- > toolchain/gcc/Config.version | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version > inde

Re: [OpenWrt-Devel] [PATCH] toolchain: Don't force GCC8 on ARC

2019-06-22 Thread Rosen Penev
On Sat, Jun 22, 2019 at 7:37 AM Christian Lamparter wrote: > > On Thursday, June 20, 2019 9:33:04 PM CEST Rosen Penev wrote: > > This prevents overriding it to use GCC9. > > > > Signed-off-by: Rosen Penev > > --- > > toolchain/gcc/Config.version | 1 - > > 1 file changed, 1 deletion(-) > > > > d

[OpenWrt-Devel] NOHZ: local_softirq_pending 08 -- IPQ4019 on master

2019-06-22 Thread Jeff Kletsky
Just flashed a build off `master` and am seeing "new" error messages starting after the network has started, a couple times, then every 20 seconds, seemingly like clockwork. root@test:/# dmesg | fgrep NOHZ [ 36.955401] NOHZ: local_softirq_pending 08 [ 57.439420] NOHZ: local_softirq_pending 08