Re: [LEDE-DEV] mmc driver for openwrt on fonera 2100

2016-06-05 Thread Marco Castrovilli
i tried 8.09.2 too. always the same behaviour: everything is ok until i enable /etc/init.d/mmc_over_gpio: then network become unstable and i can't get ssh connection anymore. :( Il 05/06/2016 02:02, Marco Castrovilli ha scritto: hi andrew. no good news. i flashed again fonera and followed

Re: [LEDE-DEV] Issues on brcm47xx, Buildbot config

2016-06-05 Thread p . wassi
Hi jow, I already had CONFIG_KERNEL_KALLSYMS enabled (seems to be default). However, I've checked with the file, you gave me earlier [1]. I was NOT able to reproduce the problem. I.e. buildbot's images do not boot, while mine boot on WRT54G(L) even when using your config. Regarding [1], I did the

Re: [LEDE-DEV] IXP4xx support for LEDE kernel v4.4

2016-06-05 Thread Felix Fietkau
On 2016-06-05 19:19, Ted Hess wrote: > On Sun, 2016-06-05 at 17:39 +0200, Jo-Philipp Wich wrote: >> Hi Ted, >> >> from a cursory look it appears fine to me and since you runtime tested >> it on your Slug already I'd say go for it. >> >> ~ Jo >> > > Current maintainer is Kaloz - should I leave i

Re: [LEDE-DEV] IXP4xx support for LEDE kernel v4.4

2016-06-05 Thread Ted Hess
On Sun, 2016-06-05 at 17:39 +0200, Jo-Philipp Wich wrote: > Hi Ted, > > from a cursory look it appears fine to me and since you runtime tested > it on your Slug already I'd say go for it. > > ~ Jo > Current maintainer is Kaloz - should I leave it as is? /ted _

Re: [LEDE-DEV] IXP4xx support for LEDE kernel v4.4

2016-06-05 Thread Jo-Philipp Wich
Hi Ted, from a cursory look it appears fine to me and since you runtime tested it on your Slug already I'd say go for it. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [PATCHv3 1/1] [brcm63xx] Add initial support for EVG2000

2016-06-05 Thread Graham Fairweather
Aha. It is MDIO as far as I am aware. Is this something new/changed, because whoever tested it originally (when 'roboswitch' was in the build) was able to detect it? https://wiki.openwrt.org/toh/netgear/evg2000#openwrt_test_bootlog_bcm6368_cpu_id_6369 On 5 June 2016 at 15:37, Jonas Gorski wrote:

Re: [LEDE-DEV] [PATCHv3 1/1] [brcm63xx] Add initial support for EVG2000

2016-06-05 Thread Jonas Gorski
Hi, On 5 June 2016 at 15:13, Graham Fairweather wrote: > It would great if someone with the knowledge could take at look and > see if they know why the 53115 switch is not detected so that this is > a fully working device. MDIO connected switches aren't currently supported for bcm6368 and newer,

Re: [LEDE-DEV] [PATCHv3 1/1] [brcm63xx] Add initial support for EVG2000

2016-06-05 Thread Graham Fairweather
It would great if someone with the knowledge could take at look and see if they know why the 53115 switch is not detected so that this is a fully working device. On 3 June 2016 at 12:45, Graham Fairweather wrote: > Hi and thanks. > > On 3 June 2016 at 12:07, Álvaro Fernández Rojas wrote: >> Hell

[LEDE-DEV] [PATCH 2/2] mail: imapfilter: update imapfilter

2016-06-05 Thread Tomasz Duszynski
Update makefile to fetch imapfilter sources from project's repository and build latest release. Signed-off-by: Tomasz Duszynski --- mail/imapfilter/Makefile | 51 ++-- 1 file changed, 23 insertions(+), 28 deletions(-) diff --git a/mail/imapfilter/Make

[LEDE-DEV] [PATCH 1/2] mail: imapfiler: use default imapfilter config options

2016-06-05 Thread Tomasz Duszynski
IMAP filtering is setup per user so it makes sense to use settings defined under user's home directory. Signed-off-by: Tomasz Duszynski --- mail/imapfilter/patches/010-pathnames.patch | 31 - 1 file changed, 31 deletions(-) delete mode 100644 mail/imapfilter/patches/

Re: [LEDE-DEV] Issues on brcm47xx, Buildbot config

2016-06-05 Thread Jo-Philipp Wich
Hi, can you check whether you can reproduce the hang when you enable kernel debugging and kernel symbols? See http://phase1.builds.lede-project.org/builders/brcm47xx%2Flegacy/builds/60/steps/newconfig/logs/stdio for the things the buildbot does besides choosing a target. ~ Jo __