Re: [LEDE-DEV] [OpenWrt-Devel] MV88E6060 switch

2017-07-20 Thread Sergey Ryazanov
Hello Nerijus, Friday, July 21, 2017, 12:49:29 AM, you wrote: > 2017-07-21 00:36, Sergey Ryazanov rašė: >>> No received/sent packets on br-lan and eth0 before and after modprobe >>> mv88e6060.ko. >> >> Did you saw the "Marvel 88E6060 PHY driver attached" string in the >> kernel messages? If s

Re: [LEDE-DEV] [OpenWrt-Devel] MV88E6060 switch

2017-07-20 Thread Nerijus Baliūnas via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- 2017-07-21 00:36, Sergey Ryazanov

Re: [LEDE-DEV] [RFC 03/11] include: u-boot.mk: use one less reference in HOSTCPPFLAGS

2017-07-20 Thread Hauke Mehrtens
On 07/18/2017 12:10 AM, Hauke Mehrtens wrote: > U-Boot 2017.07 complains if HOSTCPPFLAGS is referenced once too often. > > Signed-off-by: Hauke Mehrtens > --- > include/u-boot.mk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/u-boot.mk b/include/u-boot.mk > ind

Re: [LEDE-DEV] [OpenWrt-Devel] MV88E6060 switch

2017-07-20 Thread Sergey Ryazanov
Hello Nerijus, Wednesday, July 19, 2017, 1:00:43 PM, you wrote: > 2017-07-19 04:02, Sergey Ryazanov rašė: >>> Linksys WRT300N v2.0 has Marvell 88e6060 switch. But ixp4xx arch does not >>> have >>> its driver enabled (ar71xx has it). I added CONFIG_NET_DSA_MV88E6060=m, >>> but when I modprobe mv88e

Re: [LEDE-DEV] CONFIG_BRIDGE_VLAN_FILTERING

2017-07-20 Thread Andre Valentin
Hi Daniel, I use this feature in all my installations. With the help of some hotplug scripts all my wifi interfaces are in one bridge with different vlan pvid's. Therefore I can only recommend this. Kind regars, André Am 14.06.2017 um 20:41 schrieb Daniel Golle: > I noticed that the Linux bui

Re: [LEDE-DEV] [PATCH v2] scripts: metadata: always resolve dependencies through provides list

2017-07-20 Thread Matthias Schiffer
On 07/08/2017 09:18 PM, Matthias Schiffer wrote: > Instead of adding virtual packages to the normal package list, keep a > separate list for provides, make each package provide itself, and resolve > all dependencies through this list. This allows to use PROVIDES to replace > existing packages. > >

Re: [LEDE-DEV] ARC770 Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000004

2017-07-20 Thread Alexandru Gagniuc
On 07/18/2017 09:42 PM, Yousong Zhou wrote: On 19 July 2017 at 04:51, Alexandru Gagniuc wrote: Hi, I'm trying to get a new ASIC with an ARC770 core running with openwrt, but I keep hitting the attempted to kill init problem, and have run out of debugging ideas. I've tried building busybox sta

[LEDE-DEV] [PATCH] ramips: add support for Loewe WMDR-143N

2017-07-20 Thread Oliver Fleischmann
The WMDR-143N is a small module originally used as a Wifi client in some Loewe smart TV sets. It is sold cheaply at german surplus shops. The module contains a RT3662 SOC. Specifications: - 500 MHz CPU Clock - 1x 10/100Mbps Ethernet (pin header) - 32 MB of RAM - 8 MB of FLASH - 2T3R 2.4/5 GHz (SO

Re: [LEDE-DEV] [PATCH v2] ramips: add support for Ubiquiti EdgeRouter X-SFP

2017-07-20 Thread Torbjorn Jansson
On 2017-07-19 12:14, Torbjorn Jansson wrote: > On 2017-07-18 19:34, Drie, Herman van (zakelijk) wrote: >> On 2017-07-18 18:29, Torbjorn Jansson wrote: >>> On 2017-05-29 11:24, Sven Roederer wrote: This patch adds support for the Ubiquiti EdgeRouter X-SFP and improves support for the Edge

Re: [LEDE-DEV] [PATCH procd v3 1/2] init: Check chroot return value in sysupgrade_exec_upgraded()

2017-07-20 Thread Florian Fainelli
On 07/20/2017 05:39 AM, Matthias Schiffer wrote: > On 07/19/2017 05:24 PM, Florian Fainelli wrote: >> chroot() can fail and its return value should be checked against, in that >> case >> do an exit() since this is a fatal condition that we cannot recover from. >> >> Fixes: 63789e51ed91 ("init: add

Re: [LEDE-DEV] [PATCH procd v3 1/2] init: Check chroot return value in sysupgrade_exec_upgraded()

2017-07-20 Thread Matthias Schiffer
On 07/19/2017 05:24 PM, Florian Fainelli wrote: > chroot() can fail and its return value should be checked against, in that case > do an exit() since this is a fatal condition that we cannot recover from. > > Fixes: 63789e51ed91 ("init: add support for sysupgrades triggered from > preinit") > Sig

Re: [LEDE-DEV] build system question

2017-07-20 Thread Torbjorn Jansson
On 2017-07-20 10:12, Jo-Philipp Wich wrote: Hi Torbjorn, use the IGNORE_ERRORS flag when invoking make: make ... IGNORE_ERRORS="n m" This will cause the build system to skip failing packages which are not marked builtin. ~ Jo thanks, looks like it is working. what do "n m" mean? just won

Re: [LEDE-DEV] build system question

2017-07-20 Thread Jo-Philipp Wich
Hi Torbjorn, use the IGNORE_ERRORS flag when invoking make: make ... IGNORE_ERRORS="n m" This will cause the build system to skip failing packages which are not marked builtin. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://list

Re: [LEDE-DEV] build system question

2017-07-20 Thread Mathias Kresin
20.07.2017 09:59, Torbjorn Jansson: hi how do you convince the build system to continue building even if one of the packages from the feeds fails? 'make IGNORE_ERRORS=1' is what you are looking for. Use BUILD_LOG=1 to see why packages fail to compile. Mathias _

[LEDE-DEV] build system question

2017-07-20 Thread Torbjorn Jansson
hi how do you convince the build system to continue building even if one of the packages from the feeds fails? i'm trying to build my own image from source and it is not very fun to have to exclude packages one by one and restart the build over and over. and i started off with CONFIG_ALL=y