[LEDE-DEV] Fixing ath10k (5Ghz) on TP-Link C58, C59, C60

2017-06-20 Thread Daniel Engberg
Hi, I've been trying to fix ath10k (5Ghz) on my C59 (all in the same series seems to share the same issue) but I'm struggling as I can't find any documentation on how to debug. dmesg (trunk), using stock non -CT firmware yields pretty much the same. http://paste.ubuntu.com/24892442/ Looking

Re: [LEDE-DEV] [PATCH v3] dnsmasq: manage resolv.conf if when listening on 127.0.0.1#53

2017-06-20 Thread Paul Oranje
For those that want to test the dnsmasq patch on LEDE 17.01, see the attached patch file adapted for 17.01(.2). In the LEDE source root dir: git apply 0001-dnsmasq-manage-resolv.conf-iff-when-listening-on-127-lede-17.01.2.patch For those that also want to test the accompanying unbound patch on

Re: [LEDE-DEV] [PATCH v3] dnsmasq: manage resolv.conf if when listening on 127.0.0.1#53

2017-06-20 Thread e9hack
Am 18.06.2017 um 09:46 schrieb Paul Oranje: > @@ -854,14 +895,15 @@ dnsmasq_start() > config_get_bool cachelocal "$cfg" cachelocal 1 > > config_get_bool noresolv "$cfg" noresolv 0 > - if [ "$noresolv" != "1" ]; then > + if [ "$noresolv" = "1" ]; then > + xappend "--n

[LEDE-DEV] procd: cherry-pick fixes into lede-17.01 branch

2017-06-20 Thread Daniel Golle
Hi! I've created a lede-17.01 branch for procd so fixes can be cherry-picked from master onto that branch. I suggest to pick the commits listed below: 453116e system: introduce new attribute board_name e5b963a preinit: define _GNU_SOURCE e5ff8ca upgraded: cmake: Find and include uloop.h f367ec6 h

Re: [LEDE-DEV] procd: cherry-pick fixes into lede-17.01 branch

2017-06-20 Thread Florian Fainelli
On 06/20/2017 08:58 AM, Jo-Philipp Wich wrote: > Hi, > > in principle I do not have any objections but I am not sure if we should > really backport the sysupgrade changes yet. Are we sure that thestaged > sysupgrade works as intended and was it properly tested? Based on the list that Daniel pro

Re: [LEDE-DEV] procd: cherry-pick fixes into lede-17.01 branch

2017-06-20 Thread Daniel Golle
Hi Florian, On Tue, Jun 20, 2017 at 09:00:30AM -0700, Florian Fainelli wrote: > On 06/20/2017 08:58 AM, Jo-Philipp Wich wrote: > > Hi, > > > > in principle I do not have any objections but I am not sure if we should > > really backport the sysupgrade changes yet. Are we sure that thestaged > >

Re: [LEDE-DEV] procd: cherry-pick fixes into lede-17.01 branch

2017-06-20 Thread Jo-Philipp Wich
Hi, in principle I do not have any objections but I am not sure if we should really backport the sysupgrade changes yet. Are we sure that thestaged sysupgrade works as intended and was it properly tested? ~ Jo ___ Lede-dev mailing list Lede-dev@lis

Re: [LEDE-DEV] procd: cherry-pick fixes into lede-17.01 branch

2017-06-20 Thread Florian Fainelli
On 06/20/2017 07:52 AM, Daniel Golle wrote: > Hi! > > I've created a lede-17.01 branch for procd so fixes can be > cherry-picked from master onto that branch. I suppose that works, but I would be a bit concerned that we may have to do the same thing with other "sub" projects that are maintained (

Re: [LEDE-DEV] procd: cherry-pick fixes into lede-17.01 branch

2017-06-20 Thread Jo-Philipp Wich
Allright, disregard my statement then and sorry for the short attention span. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] [PATCH] busybox: re-enable telnet applet

2017-06-20 Thread Stefan Tomanek
While sshd should be favoured over telnetd, having a telnet client on the router is useful for connecting to other devices in the same LAN. Signed-off-by: Stefan Tomanek --- package/utils/busybox/Config-defaults.in |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packag

[LEDE-DEV] dnsmasq possible bug on creating config

2017-06-20 Thread Uwe Arnold
Hi guys, I'm using openwrt / lede devices for at least 5 years but never actively submitted any line of code or something. But i think the time has come ;) I hope this is the right channel for this: I added below lines to /etc/dnsmasq.conf: # inspect the vendor class string and match the text to

Re: [LEDE-DEV] procd: cherry-pick fixes into lede-17.01 branch

2017-06-20 Thread Daniel Golle
On Tue, Jun 20, 2017 at 10:04:05AM -0700, Florian Fainelli wrote: > On 06/20/2017 07:52 AM, Daniel Golle wrote: > > Hi! > > > > I've created a lede-17.01 branch for procd so fixes can be > > cherry-picked from master onto that branch. > > I suppose that works, but I would be a bit concerned that

Re: [LEDE-DEV] [OpenWrt-Hackers] [OpenWrt-Devel] openwrt and lede - remerge proposal V3

2017-06-20 Thread Imre Kaloz
On 2017-06-14 07:43, John Crispin wrote: On 13/06/17 21:58, Florian Fainelli wrote: On 05/28/2017 11:56 PM, John Crispin wrote: Hi, here is a V3 of the remerge proposal, I tried to fold all the comments people made into it, if anything is missing let me know. Please remeber that post remerge

Re: [LEDE-DEV] dnsmasq possible bug on creating config

2017-06-20 Thread Lucian Cristian
On 20.06.2017 22:16, Uwe Arnold wrote: Hi guys, I'm using openwrt / lede devices for at least 5 years but never actively submitted any line of code or something. But i think the time has come ;) I hope this is the right channel for this: I added below lines to /etc/dnsmasq.conf: # inspect the v

[LEDE-DEV] mikrotik sysupgrade support in 17.01.2

2017-06-20 Thread John Ricardo
Hello, I see the nand-utils package was added to the initramfs. Is it now possible to do a sysupgrade on the mikrotik routers? Will I have to netboot from releases/17.01.2/targets/ar71xx/mikrotik/lede-17.01.2-ar71xx-mikrotik-vmlinux-initramfs.elf and then do the sysupgrade from there? Thanks