[OpenWrt-Devel] folder for snapshot builds missing for ipq806x

2015-06-01 Thread Daniel Golle
Hi! Someone with the needed access rights, please make sure all buildbot targets also have their folder on downloads.openwrt.org Looks like at least ipq806x is missing and cannot upload the packages made: http://buildbot.openwrt.org:8010/builders/ipq806x/builds/17/steps/shell_11/logs/stdio

Re: [OpenWrt-Devel] [PATCHv2] scripts/feeds: observe -p flag for preferential feeds

2015-06-01 Thread Karl Palsson
John Crispin blo...@openwrt.org wrote: On 27/05/2015 18:03, Karl Palsson wrote: + my $this_feed_target = lookup_target($feed, $name); + $this_feed_target and do { how about just calling it $target ? Because even though the method is lookup_target it actually returns a feed for the

Re: [OpenWrt-Devel] How to track IO usage of internal flash mtd partitions?

2015-06-01 Thread Sergey Zakharchenko
2015-05-30 0:50 GMT+03:00 valent.turko...@gmail.com valent.turko...@gmail.com: Awesome news Sergey, will this patch be applied to latest trunk anytime soon so that I can test it? I'm not aware of any plans like that, I wouldn't hold my breath. I'm afraid you'll need to apply the patch yourself

Re: [OpenWrt-Devel] [PATCHv2] ralink: add support for ap699ge8c2

2015-06-01 Thread Cristian Morales Vega
Actually ignore this patch. After querying a bit more about the device it seems it's not going to be released to the public in its current form. Sorry about the noise. On 26 May 2015 at 08:45, Cristian Morales Vega crist...@samknows.com wrote: I can't find any reference online. It's similar

Re: [OpenWrt-Devel] [PATCH] odhcp6c: script: only call firewall, if installed

2015-06-01 Thread Steven Barth
Is that okay with you as well https://dev.openwrt.org/changeset/45867 ? Cheers, Steven ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] odhcp6c: script: only call firewall, if installed

2015-06-01 Thread Bastian Bittorf
* Steven Barth cy...@openwrt.org [01.06.2015 10:46]: Is that okay with you as well https://dev.openwrt.org/changeset/45867 ? it's ok for me, but IMHO not the proper way, because you are hiding errors, if there are any... bye, bastian ___ openwrt-devel

Re: [OpenWrt-Devel] [PATCH RFC] brcmfmac: register wiphy(s) during module_init

2015-06-01 Thread Rafał Miłecki
On 1 June 2015 at 00:08, Rafał Miłecki zaj...@gmail.com wrote: @@ -440,6 +441,7 @@ static void brcmf_fw_request_nvram_done(const struct firmware *fw, void *ctx) } fwctx-done(fwctx-dev, fwctx-code, nvram, nvram_length); + complete(fwctx-completion);

[OpenWrt-Devel] [PATCH] ar71xx: add support for compex wpj531

2015-06-01 Thread Christian Mehlis
tftpboot 0x8050 openwrt-ar71xx-generic-wpj531-16M-squashfs-sysupgrade.bin erase 0x9f03 +$filesize erase 0x9f68 +1 cp.b $fileaddr 0x9f03 $filesize --- v2: fix indentation with spaces refresh patch Signed-off-by: Christian Mehlis christ...@m3hlis.de ---

Re: [OpenWrt-Devel] [PATCH 1/2] ipq806x: move stmmac support in the kernel binary

2015-06-01 Thread John Crispin
On 30/05/2015 10:51, Jonas Gorski wrote: Hi, On Sat, May 30, 2015 at 3:11 AM, Mathieu Olivari math...@codeaurora.org wrote: Ethernet GMAC is built-in the SoC, so there is no need to enable it as a module. We'll just assume we need it. That's what is done for other platform where this

Re: [OpenWrt-Devel] lantiq DSL drivers / firmware info

2015-06-01 Thread Martin Blumenstingl
Hi Aleksander, On Wed, May 27, 2015 at 9:20 PM, Aleksander Wałęski olewa...@gmail.com wrote: add --enable-debug-prints=err to ltq-vdsl-app and change enable-debug-prints to err in ltq-vdsl-vr9. ... Additionally, I added --disable-dsl-ceoc to ltq-vdsl-app since CEOC is disabled in API by

Re: [OpenWrt-Devel] ar71xx: How to integrate UniFi AP Outdoor Plus HSR?

2015-06-01 Thread Stefan Rompf
Hi Kirill, An Unifi specific user space daemon listens to scan and channel change events via netlink (will check next weekend if channel change is broadcasted reliably) and tune the filter via sysfs interface accordingly like hsr.c tried. I like this idea because in this case it'll be

Re: [OpenWrt-Devel] ar71xx: How to integrate UniFi AP Outdoor Plus HSR?

2015-06-01 Thread Felix Fietkau
On 2015-05-27 22:48, Stefan Rompf wrote: Hi Kirill, So I made a patch for atheros driver and it works. A signal level on different frequencies is more or less equal and seems adequate (about -30 dbm if a client within a meter from ap). so you reverse engineered the timer values, the

Re: [OpenWrt-Devel] lantiq DSL drivers / firmware info

2015-06-01 Thread Aleksander Wałęski
Thanks for answer. I cannot unfortunately test new patch right away, because I sort of put this device in production but if it is only compilation flags that changed that I am sure it works. I suspected some kind of memory leak, because driver control process is quite heavy on memory but it does