Re: [LEDE-DEV] [PATCH v2] ar71xx: Add TP-LINK TL-WR841N v12 support.

2017-03-29 Thread Vittorio G (VittGam)
Hello Piotr, On 27/03/2017 11:22:05 CEST, Piotr Dymacz wrote: > Hello Vittorio, > > On 26.03.2017 09:55, Vittorio Gambaletta (VittGam) wrote: >> This router has the same hardware of TP-LINK TL-WR841N v11 (same >> FCC ID, same TFTP image name...). >> >> The stock firmware web interface does not se

Re: [LEDE-DEV] [PATCH v2] ar8327: Add workarounds for AR8337 switch.

2017-03-29 Thread Vittorio G (VittGam)
Hello, On 29/03/2017 10:44:36 CEST, John Crispin wrote: > On 26/03/17 10:08, Vittorio Gambaletta (VittGam) wrote: >> -.phy_fixup = ar8327_phy_fixup, >> +//.phy_fixup = ar8337_phy_fixup, // not needed at the moment >> .set_mirror_regs = ar8327_set_mirror_regs, >> .get_arl_entry =

Re: [LEDE-DEV] [PATCH] ar8327: Add workarounds for AR8337 switch.

2017-03-26 Thread Vittorio G (VittGam)
Hello, On 25/03/2017 23:36:03 CET, Mathias Kresin wrote: > 25.03.2017 18:08, Vittorio Gambaletta (VittGam): >> Backported from Code Aurora QSDK >> >> Signed-off-by: Vittorio Gambaletta > > Please describe in the commit message what kind of issues need a > workaround. Yes, I noticed the comments

Re: [LEDE-DEV] [PATCH] ar71xx: Add TP-LINK TL-WR841N v12 support.

2017-03-26 Thread Vittorio G (VittGam)
Hello Piotr, On 25/03/2017 23:12:58 CET, Piotr Dymacz wrote: > Hello Vittorio, > > On 25.03.2017 18:08, Vittorio Gambaletta (VittGam) wrote: >> This router has the same hardware of TP-LINK TL-WR841N v11 (same >> FCC ID, same TFTP image name...). >> >> The stock firmware web interface does not see

Re: [LEDE-DEV] [PATCH] mac80211: Fix race condition leading to wifi interfaces not coming up at boot sometimes.

2017-03-13 Thread Vittorio G (VittGam)
If you're wondering where the -ENFILE error comes from... At first I thought it was obviously related to fs.file-max that defaults to "just" 8192. But it was not. It took me a while to figure out that the error came from here instead... https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/li

Re: [LEDE-DEV] [PATCH uci] file: use fsync after renaming temp file

2016-09-07 Thread Vittorio G (VittGam)
Hi, On 07/09/2016 08:11:03 CEST, Rafał Miłecki wrote: + dir_fd = open(dirname(path), O_RDONLY); + if (dir_fd) { This should be dir_fd != -1, as -1 is returned when an error occurs in open(). + fsync(dir_fd); + close(dir_

Re: [LEDE-DEV] Regarding switching "everything" to 24kc

2016-08-22 Thread Vittorio G (VittGam)
Hi, As an opposite example, ar71xx 74Kc CPUs such as Atheros AR934x currently run 34Kc (so 24Kc) code. Would a separate 74Kc subtarget make sense there? On 22/08/2016 11:03:54 CEST, Jonas Gorski wrote: But of course if benchmarks show that 74k won't reduce performance on 24k/34k/1004k, we can c

Re: Future of Chaos Calmer

2016-05-05 Thread Vittorio G (VittGam)
On 05/05/2016 21:30:56 CEST, David Lang wrote: On Thu, 5 May 2016, Vittorio G (VittGam) wrote: Hello, I'd like to know if there are any plans for Chaos Calmer? Will it become mantained by LEDE? almost certinly not. But LEDE will create their own release to replace it. Okay, it wou

Future of Chaos Calmer

2016-05-05 Thread Vittorio G (VittGam)
Hello, I'd like to know if there are any plans for Chaos Calmer? Will it become mantained by LEDE? Trunk introduces important changes, for example the switch from uClibc to musl, so until everything's polished and ready for release I'd rather not use trunk on "production" devices, like the main

Re: [OpenWrt-Devel] Getting in touch with Felix

2016-05-04 Thread Vittorio G (VittGam)
Hi, Even jow@openwrt and blogic@openwrt do not exist anymore as of now. Recipient address rejected: User unknown in virtual mailbox table While for example juhosg@openwrt still exists. I just hope this will not become another "ffmpeg vs libav"... Cheers, Vittorio On 05/05/2016 02:00:29 CES

Re: project goals

2016-05-04 Thread Vittorio G (VittGam)
Hi, On 04/05/2016 22:30:40 CEST, Bert Vermeulen wrote: Hi all, Very happy to see this project reboot happening. An acknowledgement of the issues facing OpenWRT was long overdue. I'd like some clarity on some things that aren't explicitly mentioned in the stated goals, however. First off, is

Re: [PATCH] style: use sans-serif font

2016-05-04 Thread Vittorio G (VittGam)
Are you really thanking yourself for your patch here? ;) Cheers, Vittorio On 04/05/2016 13:12:37 CEST, Rafał Miłecki wrote: Applied, thanks Rafal. ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede