Re: [LEDE-DEV] New CT ath10k firmware is available

2016-11-03 Thread Ben Greear
I don't really have time to work specifically on LEDE much. But, if someone else takes care of the rest, then my firmware can hopefully work well on its radio. Thanks, Ben On 11/03/2016 07:48 PM, liudengf...@kunteng.org wrote: thx for your kindly reply. by the way, do u plan to support

[LEDE-DEV] New CT ath10k firmware is available

2016-11-03 Thread Ben Greear
For those of you using my 10.1 or 10.4 CT ath10k firmware in LEDE, I have pushed new beta builds for all of the various images I build. For those with capability and time, it would help me out if you could do a bit of testing of these firmware on LEDE. If I can get some successful reports, I

Re: [LEDE-DEV] How LEDE knows when to "reinstall" base-files (after revision change)?

2016-11-03 Thread Rafał Miłecki
On 11/03/2016 06:44 PM, Jo-Philipp Wich wrote: I think its not actually noticing all git commits but rather most of them. The base-files package registers some explicit file depends using: PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ which means that its stamp files

[LEDE-DEV] [PATCH] apm821xx: add back end-of-UBI marker for the WNDR4700 and MR24

2016-11-03 Thread Christian Lamparter
The patch "build: drop UBI EOF marker from images by default" (commit d27bce8d28eb129af0abd9c80a7756301b7d588a) removed the end-of-UBI marker. Without this marker, the boards will panic during boot: [1.683458] ubi0: attaching mtd4 [1.696181] ubi0 warning: scan_peb: valid VID header but

Re: [LEDE-DEV] [PATCH v2] include: Cortex-A53 is also an AArch64 CPU

2016-11-03 Thread Álvaro Fernández Rojas
ACK. El 3/11/16 a las 19:16, Florian Fainelli escribió: > Specifying a mtune option with cortex-a53 is also valid for an aarch64 > toolchain > > Fixes: SVN 48964 > Signed-off-by: Florian Fainelli > --- > Changes in v2: > - add the option to the aarch64 architecture

Re: [LEDE-DEV] How LEDE knows when to "reinstall" base-files (after revision change)?

2016-11-03 Thread Jo-Philipp Wich
Hi Rafal, I think its not actually noticing all git commits but rather most of them. The base-files package registers some explicit file depends using: PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ which means that its stamp files are invalided whenever any file in

[LEDE-DEV] How LEDE knows when to "reinstall" base-files (after revision change)?

2016-11-03 Thread Rafał Miłecki
From: Rafał Miłecki I'm trying to understand how REVISION variable and getver.sh work. There is this nice feature: whenever a new git commit appears, getver.sh is used to calculate new revision and it's used for /etc/openwrt_version. LEDE never misses an update of git commit.

[LEDE-DEV] LEDE Forum now open for business

2016-11-03 Thread Ted Hess
Hi all - Here it is: https://forum.lede-project.org You can now self-register without admin approval. With a lot of help and comments from a bunch of the current users, I think we now have a very usable site. We may still tweak the style, layouts and options as we mature the site so don't be

Re: [LEDE-DEV] wireless became unstable after "mac80211: update to wireless-testing 2016-10-08" commit ad51e09fd1301484820a466a49447a34d7504882

2016-11-03 Thread Dave Taht
awesome detective work, everybody. thx. (I'm at linux plumbers, puzzling over why my wifi demo broke) ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] wireless became unstable after "mac80211: update to wireless-testing 2016-10-08" commit ad51e09fd1301484820a466a49447a34d7504882

2016-11-03 Thread xinglp
2016-11-03 22:28 GMT+08:00 Yousong Zhou : > On 3 November 2016 at 22:20, xinglp wrote: >> 2016-11-03 18:34 GMT+08:00 Felix Fietkau : >>> On 2016-11-03 04:18, xinglp wrote: I have tried to use several phone and app to play video via

Re: [LEDE-DEV] wireless became unstable after "mac80211: update to wireless-testing 2016-10-08" commit ad51e09fd1301484820a466a49447a34d7504882

2016-11-03 Thread Yousong Zhou
On 3 November 2016 at 22:20, xinglp wrote: > 2016-11-03 18:34 GMT+08:00 Felix Fietkau : >> On 2016-11-03 04:18, xinglp wrote: >>> I have tried to use several phone and app to play video via samba, I >>> got broken picture or not fluent after this commit. >>>

Re: [LEDE-DEV] wireless became unstable after "mac80211: update to wireless-testing 2016-10-08" commit ad51e09fd1301484820a466a49447a34d7504882

2016-11-03 Thread Arjen de Korte
Citeren xinglp : 2016-11-03 18:34 GMT+08:00 Felix Fietkau : On 2016-11-03 04:18, xinglp wrote: I have tried to use several phone and app to play video via samba, I got broken picture or not fluent after this commit. Hardware is ar9331. Should be fixed in the

Re: [LEDE-DEV] wireless became unstable after "mac80211: update to wireless-testing 2016-10-08" commit ad51e09fd1301484820a466a49447a34d7504882

2016-11-03 Thread xinglp
2016-11-03 18:34 GMT+08:00 Felix Fietkau : > On 2016-11-03 04:18, xinglp wrote: >> I have tried to use several phone and app to play video via samba, I >> got broken picture or not fluent after this commit. >> Hardware is ar9331. > Should be fixed in the latest version, please test.

Re: [LEDE-DEV] Smaller /overlay with latest snapshot on WDR-3600

2016-11-03 Thread Damien Wyart
Hi, Thanks for your reply, I had not thought about the larger packages went I sent my email, and I think this is the correct explanation. I will either reduce my list or build a custom image. Thanks Damien On Thu, Nov 3, 2016 at 10:25 AM, Stijn Segers

[LEDE-DEV] [PATCH netifd] system-linux: check for open failure

2016-11-03 Thread Günther Kelleter
Signed-off-by: Günther Kelleter --- system-linux.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system-linux.c b/system-linux.c index 6e4a194..a038987 100644 --- a/system-linux.c +++ b/system-linux.c @@ -2489,6 +2489,8 @@ int system_update_ipv6_mtu(struct

Re: [LEDE-DEV] [RFC] ADSL Modem Allnet All0333CJ Rev.C / Amazon-SE SoC

2016-11-03 Thread Alberto Bursi
On 11/03/2016 10:13 AM, Tino Reichardt wrote: > Most of these Modems have only a very small flash of 2MB or 4MB .. so > there is no need for lot of stuff. My aim is to have nice DSL modems > with recent kernel and dsl firmware. pppoe is not really needed, but > will fit also into that flash, I

Re: [LEDE-DEV] [RFC] ADSL Modem Allnet All0333CJ Rev.C / Amazon-SE SoC

2016-11-03 Thread John Crispin
Hi Tino, supporting ASE is possible, however once you have the wifi driver and dsl stuff installed there is not much space left for even a webui on the system. there was once support for dgn1000 but it got dropped as it was never really useful. if you want to add support for the allnet router,

Re: [LEDE-DEV] [RFC] ADSL Modem Allnet All0333CJ Rev.C / Amazon-SE SoC

2016-11-03 Thread Alberto Bursi
On 11/03/2016 10:39 AM, J Mo wrote: > > > On 11/03/2016 02:13 AM, Tino Reichardt wrote: >> Where should I add my pictures and descriptions of that modem. Should I >> make an extra project page onto my homepage, or is the lede wiki okay >> for that? When okay, I need some sample device page of

Re: [LEDE-DEV] wireless became unstable after "mac80211: update to wireless-testing 2016-10-08" commit ad51e09fd1301484820a466a49447a34d7504882

2016-11-03 Thread xinglp
2016-11-03 16:48 GMT+08:00 Stijn Segers : > There is a bug open for this: > > https://bugs.lede-project.org/index.php?do=details_id=241=id=desc > > Stijn Thanks, and I know I'm not alone. ___ Lede-dev mailing list

Re: [LEDE-DEV] Smaller /overlay with latest snapshot on WDR-3600

2016-11-03 Thread Stijn Segers
Hi, 4,5 MiB sounds about right for a device with 8 MiB flash. If you do a factory reset, does the flash layout look identical to an older LEDE installation? It should, afaik, I haven't seen any changes in that sense in git lately. Most probably one of the packages you install afterwards grew

Re: [LEDE-DEV] wireless became unstable after "mac80211: update to wireless-testing 2016-10-08" commit ad51e09fd1301484820a466a49447a34d7504882

2016-11-03 Thread Stijn Segers
There is a bug open for this: https://bugs.lede-project.org/index.php?do=details_id=241=id=desc Stijn ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev