Re: [LEDE-DEV] [PATCH mdns] Change dns_send_question function arg from unicast to multicast

2017-02-08 Thread John Crispin
On 08/02/2017 14:04, Rafał Miłecki wrote: > From: Rafał Miłecki > > This trivial patch just reverses argument logic to make it a bit more > consistent with struct interface which contains "multicast" field. This > hopefully will make typos less likely and code easier to

Re: [LEDE-DEV] [PATCH mdns] Add simple "Fall through" comment to the announce_timer function switch

2017-02-08 Thread John Crispin
On 08/02/2017 15:20, Rafał Miłecki wrote: > From: Rafał Miłecki > > It's a common practice to add such comments to make it clear break > instruction was skipped on purpose. > > Signed-off-by: Rafał Miłecki Acked-by: John Crispin feel

[LEDE-DEV] [PATCH 1/2] mac80211: backport upstream fix for CSA in IBSS mode

2017-02-08 Thread Koen Vandeputte
Allows to change channels on-the-fly using CSA when using IBSS. Signed-off-by: Koen Vandeputte --- fyi: Fix is still awaiting upstream approval .../320-mac80211-fix-CSA-in-IBSS-mode.patch| 34 ++ 1 file changed, 34 insertions(+)

Re: [LEDE-DEV] [LEDE 17.01] ubox: update hash for ubox-2017-01-15-5649c028.tar.xz

2017-02-08 Thread John Crispin
Hi, superseded by a procd update in my staging tree. John On 08/02/2017 14:34, Alexey Brodkin wrote: > sha256sum for both > http://sources.lede-project.org/ubox-2017-01-15-5649c028.tar.xz > and locally created archive from git doesn't match expected >

[LEDE-DEV] [lede] Patch notification: 1 patch updated

2017-02-08 Thread Patchwork
Hello, The following patch (submitted by you) has been updated in patchwork: * lede: [LEDE-DEV] iperf3: update to version 3.1.5 and download via git - http://patchwork.ozlabs.org/patch/715468/ - for: LEDE development was: New now: Superseded This email is a notification only

Re: [LEDE-DEV] [LEDE 17.01] ubox: update hash for ubox-2017-01-15-5649c028.tar.xz

2017-02-08 Thread John Crispin
On 08/02/2017 16:22, Alexey Brodkin wrote: > Hi John, > > On Wed, 2017-02-08 at 16:20 +0100, John Crispin wrote: >> Hi, >> >> superseded by a procd update in my staging tree. > > Ok I just wanted to make sure we may build reliably everything from > the very scratch (i.e. after "make

[LEDE-DEV] [PATCH 2/2] mac80211: refresh patches

2017-02-08 Thread Koen Vandeputte
Signed-off-by: Koen Vandeputte --- .../100-remove-cryptoapi-dependencies.patch| 124 +++-- ...ath9k_hw-issue-external-reset-for-QCA955x.patch | 51 + .../mac80211/patches/530-ath9k_extra_leds.patch| 12 +-

[LEDE-DEV] [PATCH netifd] wireless: fix _wireless_add_process

2017-02-08 Thread Günther Kelleter
The pid is in $1, not $pid. Use proper test condition for nonmatching exe warning. Signed-off-by: Günther Kelleter --- scripts/netifd-wireless.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/netifd-wireless.sh

Re: [LEDE-DEV] [PATCH mdns] Rename service_reply_a to dns_reply_a and move it to proper file

2017-02-08 Thread John Crispin
On 08/02/2017 16:47, Rafał Miłecki wrote: > From: Rafał Miłecki > > This function doesn't really do anything service specify, it just sends > an A(AAA) records. It could probably be used even without any services > registered. > > Signed-off-by: Rafał Miłecki

[LEDE-DEV] procd: service instance restart does not wait for old process to be closed before lanching the new one

2017-02-08 Thread Alin Năstac
Hi John, One of the daemons I use takes sometime a couple of seconds to close after receiving SIGTERM, so when I issue "/etc/init.d/mydaemon restart" there will be 2 instances of that service running in parallel until the initial instance will finally manage to handle the SIGTERM signal. This

Re: [LEDE-DEV] procd: service instance restart does not wait for old process to be closed before lanching the new one

2017-02-08 Thread Alin Năstac
Hi John, One of the daemons I use takes sometime a couple of seconds to close after receiving SIGTERM, so when I issue "/etc/init.d/mydaemon restart" there will be 2 instances of that service running in parallel until the initial instance will finally manage to handle the SIGTERM signal. This

Re: [LEDE-DEV] [LEDE 17.01] ubox: update hash for ubox-2017-01-15-5649c028.tar.xz

2017-02-08 Thread Alexey Brodkin
Hi John, On Wed, 2017-02-08 at 16:20 +0100, John Crispin wrote: > Hi, > > superseded by a procd update in my staging tree. Ok I just wanted to make sure we may build reliably everything from the very scratch (i.e. after "make distclean") for 2017.01 release. -Alexey

[LEDE-DEV] [PATCH mdns] Rename service_reply_a to dns_reply_a and move it to proper file

2017-02-08 Thread Rafał Miłecki
From: Rafał Miłecki This function doesn't really do anything service specify, it just sends an A(AAA) records. It could probably be used even without any services registered. Signed-off-by: Rafał Miłecki --- dns.c | 32 +++-

[LEDE-DEV] [PATCH mdns] Don't call dns_reply_a from service_reply

2017-02-08 Thread Rafał Miłecki
From: Rafał Miłecki This simplifies code without changing any behavior. Having this call in service_reply required checking two conditions and was making code flow harder to follow. There are 2 more service_reply calls in the project: 1) In service_announce_services where we

Re: [LEDE-DEV] make fail for x86 geode target - 17.01

2017-02-08 Thread David Woodhouse
On Wed, 2017-02-08 at 16:30 +0530, Nishant Sharma wrote: > > I was able to buid images successfully for x86_64 (APU2) and ar71xx  > (mikrotik). But no joy with x86 geode. It worked for me with the config at http://david.woodhou.se/geos.config (building on x86_64 Fedora 25). At least, it builds

[LEDE-DEV] [PATCH] ARC: use -mcpu=XXX instead of obsolete -mXXX

2017-02-08 Thread Alexey Brodkin
-mXXX option is deprecated already in arc-2016.03 toolchain and removed completely starting from arc-2016.09. Direct replacement is -mcpu=XXX which is already supported by arc-2016.03 used today in Lede. With that change we'll be ready for ARC toolchain update still keeping everything working

[LEDE-DEV] [PATCH 1/2] cns3xxx: switch to linux 4.9

2017-02-08 Thread Koen Vandeputte
Signed-off-by: Koen Vandeputte --- Depends on patch: "cns3xxx: add preliminary 4.9 support" target/linux/cns3xxx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile index

[LEDE-DEV] [PATCH 2/2] cns3xxx: remove linux 4.4 support

2017-02-08 Thread Koen Vandeputte
Signed-off-by: Koen Vandeputte --- target/linux/cns3xxx/config-4.4| 291 - .../patches-4.4/000-cns3xxx_arch_include.patch | 8 - .../patches-4.4/001-arm_openwrt_machtypes.patch| 7 -

[LEDE-DEV] make fail for x86 geode target - 17.01

2017-02-08 Thread Nishant Sharma
Hi, I am trying to build 17.01 for x86 Geode target but it is failing to build luasocket. My build environment is Debian 8, x86_64. git branch * lede-17.01 master git status On branch lede-17.01 Your branch is up-to-date with 'origin/lede-17.01'. nothing to commit, working directory clean

[LEDE-DEV] [LEDE 17.01] ubox: update hash for ubox-2017-01-15-5649c028.tar.xz

2017-02-08 Thread Alexey Brodkin
sha256sum for both http://sources.lede-project.org/ubox-2017-01-15-5649c028.tar.xz and locally created archive from git doesn't match expected ae77504a4397f92173a7646fa3555e5b51abd7ff1dd1c419770223359e41937a So we update checksum. Signed-off-by: Alexey Brodkin Cc: John

[LEDE-DEV] [PATCH mdns] Change dns_send_question function arg from unicast to multicast

2017-02-08 Thread Rafał Miłecki
From: Rafał Miłecki This trivial patch just reverses argument logic to make it a bit more consistent with struct interface which contains "multicast" field. This hopefully will make typos less likely and code easier to follow. Signed-off-by: Rafał Miłecki

[LEDE-DEV] [PATCH mdns] Add simple "Fall through" comment to the announce_timer function switch

2017-02-08 Thread Rafał Miłecki
From: Rafał Miłecki It's a common practice to add such comments to make it clear break instruction was skipped on purpose. Signed-off-by: Rafał Miłecki --- announce.c | 1 + 1 file changed, 1 insertion(+) diff --git a/announce.c b/announce.c index