Re: [OpenWrt-Devel] [PATCH 2/2] scripts/package-metadata.pl: prefer $vdep with the same name as $depend

2018-09-06 Thread Yousong Zhou
On Fri, 7 Sep 2018 at 04:37, Matthias Schiffer wrote: > > On 9/6/18 5:04 AM, Yousong Zhou wrote: > > On Thu, 6 Sep 2018 at 11:00, Yousong Zhou wrote: > >> > >> On Thu, 6 Sep 2018 at 04:15, Matthias Schiffer > >> wrote: > >>> > >>> On 9/5/18 5:40 PM, Yousong Zhou wrote: > The need arises whe

[OpenWrt-Devel] netifd: need help to fix FS#1463 - route with gateway absent or 0.0.0.0

2018-09-06 Thread Luiz Angelo Daros de Luca
Hello, Docs are clear that when a route does not have the gateway field, it will use the one from interface. However, it does not work like that. When a route does not have a gateway, it is added as an onlink route. I added a flag to differ between '0.0.0.0' and when gateway is absent. The proble

Re: [OpenWrt-Devel] [PATCH 2/2] scripts/package-metadata.pl: prefer $vdep with the same name as $depend

2018-09-06 Thread Matthias Schiffer
On 9/6/18 5:04 AM, Yousong Zhou wrote: > On Thu, 6 Sep 2018 at 11:00, Yousong Zhou wrote: >> >> On Thu, 6 Sep 2018 at 04:15, Matthias Schiffer >> wrote: >>> >>> On 9/5/18 5:40 PM, Yousong Zhou wrote: The need arises when userspace package "openvswitch" selects "kmod-openvswitch" which w

Re: [OpenWrt-Devel] [PATCH 1/3] toolchain/musl: update to version 1.1.20

2018-09-06 Thread Christian Lamparter
On Thursday, September 6, 2018 12:31:23 PM CEST Koen Vandeputte wrote: > This one is running stable here on a lot of different devices (and > targets) for the past 48 hours > > Tested-by: Koen Vandeputte That's good to hear. Did you see any new complains in the compiler logs or something else un

[OpenWrt-Devel] [LEDE-DEV][PATCH 1/1] at91: bump kernel 4.9 to 4.14.67

2018-09-06 Thread Sandeep Sheriker Mallikarjun
Refreshed at91 patches and its configs files. Signed-off-by: Sandeep Sheriker Mallikarjun --- target/linux/at91/Makefile | 5 +- target/linux/at91/{config-4.9 => config-4.14} | 284 ++- target/linux/at91/legacy/config-default| 1 + .../100-ARM-at

[OpenWrt-Devel] [PATCH] scripts/ipkg-build: quash error messages when conffiles.resolved is empty

2018-09-06 Thread Yousong Zhou
When Package/xx/conffiles only contains directories that are empty at package time, conffiles.resolved will be missing and the following error messages will appear in the build log. /home/yousong/git-repo/openwrt/openwrt/scripts/ipkg-build -c -o 0 -g 0 /home/yousong/git-repo/openwrt/openw

[OpenWrt-Devel] [PATCH 1/2] mac80211: 5/10 MHz channel width support for ath9k_htc

2018-09-06 Thread Tomislav Požega
Add 5/10 MHz channel width support for ath9k_htc driver. Connection tested between several devices and working. Signed-off-by: Tomislav Požega --- .../patches/512-ath9k_channelbw_debugfs.patch | 62 1 files changed, 62 insertions(+), 0 deletions(-) diff --git a/packa

[OpenWrt-Devel] [PATCH 2/2] mac80211: expose chanbw support to debugfs for ath9k_htc

2018-09-06 Thread Tomislav Požega
This will ensure the htc suffixed driver also gets created chanbw debugfs entry. Signed-off-by: Tomislav Požega --- .../mac80211/files/lib/netifd/wireless/mac80211.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/kernel/mac80211/files/lib/netifd/wireless/mac80

[OpenWrt-Devel] [PATCH] rpcd: increase file max runtime

2018-09-06 Thread alex123
From: Alexander Koval - Increase RPC_FILE_MAX_RUNTIME from 3 to 30 seconds to run longer commands Signed-off-by: Alexander Koval --- file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.c b/file.c index a09e9de..b07f308 100644 --- a/file.c +++ b/file.c @@ -39,7 +39,7

[OpenWrt-Devel] (no subject)

2018-09-06 Thread alex123
ubus default timeout is 30 seconds so having rpcd file timeout longer would be nice as some commands first need to gather data then output. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/ope

Re: [OpenWrt-Devel] [PATCH 1/3] toolchain/musl: update to version 1.1.20

2018-09-06 Thread Koen Vandeputte
This one is running stable here on a lot of different devices (and targets) for the past 48 hours Tested-by: Koen Vandeputte Christian, A few hours after release, Rich committed some quick-fixes for various stuff. Do some of these need backporting on top of this patch in your opinion? Tha