Re: [OpenWrt-Devel] Issues with MTD parsing in absence of rootfs - Proposed patch, advice please

2014-10-28 Thread Rafał Miłecki
On 29 October 2014 02:17, Stephen G. Parry wrote: > As some of you will be aware I have been working on an initramfs only > image with no lzma-loader, used to kexec main kernel from external > storage on a bcrm47xx based router (Netgear WNR3500L v1). I have > encountered two unpleasant issues: > >

Re: [OpenWrt-Devel] [PATCH] ramips: add support for A5-V11 board

2014-10-28 Thread John Crispin
Hi Gareth, the patchwork server had a hdd crash. while the disc was being replaced, your mail arrived. hence it is not in patchwork. as i use scripts to merge patches from patchwork, i rely on all patches being in patchwork :) can you resend this one please so that patchwork gets a 2nd chance at

[OpenWrt-Devel] Issues with MTD parsing in absence of rootfs - Proposed patch, advice please

2014-10-28 Thread Stephen G. Parry
Hi All, As some of you will be aware I have been working on an initramfs only image with no lzma-loader, used to kexec main kernel from external storage on a bcrm47xx based router (Netgear WNR3500L v1). I have encountered two unpleasant issues: 1. The parsing routines in bcm47xxpart.c do not curre

[OpenWrt-Devel] WeIO - Web of Things Platform

2014-10-28 Thread Drasko DRASKOVIC
FYI, WeIO (http://we-io.net/) is new OpenWrt (Barrier Breaker) powered development board for rapid prototyping and IoT, based on Carambola 2 module (Atheros AR9331 CPU). It has a good Indiegogo success so far: https://www.indiegogo.com/projects/weio-platform-for-web-of-things, and source code of t

[OpenWrt-Devel] [PATCH] lantiq_dsl.sh: properly detect vdsl_cpe_control and add missing quotes

2014-10-28 Thread Daniel Golle
lantiq_dsl.sh didn't work with VDSL chipsets for now, fix that by detecting whether vdsl_cpe_control or dsl_cpe_control should be used. Also add missing quotes around shell string comparision. Signed-off-by: Daniel Golle --- target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh | 10 +++

Re: [OpenWrt-Devel] platform xburst / maintainer

2014-10-28 Thread Bastian Bittorf
* Mirko Vogt [28.10.2014 22:56]: hi mirko, > That was a long time ago and I guess we should consider that platform > currently unmaintained. > > May I ask what's your interest in this platform? i just wanted show look, which arch/endianness this is and missed it, so nothing really important an

[OpenWrt-Devel] [PATCH 3/3] [x86] add EBOX-3300 target

2014-10-28 Thread Kamil Wcislo
Fix enumeration problem with r6040 ethernet controller. Bug and fix described here: https://bugzilla.kernel.org/show_bug.cgi?id=64081 Signed-off-by: Kamil Wcislo --- diff --git a/target/linux/x86/patches-3.10/180-rdc-r6040-fix.patch b/target/linux/x86/patches-3.10/180-rdc-r6040-fix.patch new f

[OpenWrt-Devel] [PATCH 2/3] [x86] add EBOX-3300 target

2014-10-28 Thread Kamil Wcislo
Add target for EBOX-3300 mini pc's Signed-off-by: Kamil Wcislo --- diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 13f15c0..cc8ad8b 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -10,8 +10,8 @@ ARCH:=i386 BOARD:=x86 BOARDNAME:=x86 FEATURES:=

[OpenWrt-Devel] [PATCH 1/3] [x86] add EBOX-3300 target

2014-10-28 Thread Kamil Wcislo
Add support for the RDC D1011 IDE controller used in EBOX-3300 devices Signed-off-by: Kamil Wcislo --- diff --git a/package/kernel/linux/modules/block.mk b/package/kernel/linux/modules/block.mk index 8a84aa4..bbad241 100644 --- a/package/kernel/linux/modules/block.mk +++ b/package/kernel/linux/

Re: [OpenWrt-Devel] Autoneg problems with ar8216 on kernel 3.14 (related to ticket 17800)

2014-10-28 Thread Heiner Kallweit
Regarding point 2 I checked the change history of ar8216.c With change set 36050 the start code for AR8327 was moved from config_init to probe. Commit comment: "generic: ar8216: start AR8327 switch from the probe routine The AR8327 switch gets its configuration from platform data or from the devic

Re: [OpenWrt-Devel] platform xburst / maintainer

2014-10-28 Thread Mirko Vogt
That was a long time ago and I guess we should consider that platform currently unmaintained. May I ask what's your interest in this platform? On 10/28/2014 03:29 PM, Bastian Bittorf wrote: > can somebody please add the maintainer of 'xburst' to > https://dev.openwrt.org/wiki/platforms > > when

Re: [OpenWrt-Devel] Autoneg problems with ar8216 on kernel 3.14 (related to ticket 17800)

2014-10-28 Thread Heiner Kallweit
After a little more thinking about it and looking at the code I basically have two questions: 1. Is it actually needed to exclude certain phy's in ar8xxx_phy_config_aneg? (At least for AR8327 it doesn't get called with an addr != 0 anyway) Else we could remove ar8xxx_phy_config_aneg and directly

Re: [OpenWrt-Devel] [PATCHv2] Linux 3.16 support on mvebu

2014-10-28 Thread Rafał Miłecki
On 28 October 2014 16:59, Maxime Ripard wrote: > On Tue, Oct 28, 2014 at 04:29:15PM +0100, Rafał Miłecki wrote: >> On 9 October 2014 17:10, Maxime Ripard >> wrote: >> > This is the second version of my rather big changes to support the >> > 3.16 kernel, and more specifically on the mvebu SoCs. >

Re: [OpenWrt-Devel] [PATCHv2] Linux 3.16 support on mvebu

2014-10-28 Thread Maxime Ripard
Hi Rafał, On Tue, Oct 28, 2014 at 04:29:15PM +0100, Rafał Miłecki wrote: > Hi Maxime, > > On 9 October 2014 17:10, Maxime Ripard > wrote: > > This is the second version of my rather big changes to support the > > 3.16 kernel, and more specifically on the mvebu SoCs. > > > > The first patch port

Re: [OpenWrt-Devel] [PATCHv2] Linux 3.16 support on mvebu

2014-10-28 Thread Rafał Miłecki
Hi Maxime, On 9 October 2014 17:10, Maxime Ripard wrote: > This is the second version of my rather big changes to support the > 3.16 kernel, and more specifically on the mvebu SoCs. > > The first patch ports the existing 3.14 patches to 3.16, and creates a > generic configuration for it. > > http

[OpenWrt-Devel] platform xburst / maintainer

2014-10-28 Thread Bastian Bittorf
can somebody please add the maintainer of 'xburst' to https://dev.openwrt.org/wiki/platforms when looking into the commits, it seems 'lars' is it?! bye, bastian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi

Re: [OpenWrt-Devel] [PATCH v2] kernel: update 3.10.49 to 3.10.58 (released 2014-oct-15)

2014-10-28 Thread Dirk Neukirchen
On 28.10.2014 07:46, Dirk Neukirchen wrote: > > http://buildbot.openwrt.org:8010/builders/ar7 726/727 > http://buildbot.openwrt.org:8010/builders/au1000 655/656 > http://buildbot.openwrt.org:8010/builders/xburst 705/706 > > Error taken from buildbots: > In file included from include/linux/string

Re: [OpenWrt-Devel] [PATCH v2] kernel: update 3.10.49 to 3.10.58 (released 2014-oct-15)

2014-10-28 Thread Bastian Bittorf
* Dirk Neukirchen [28.10.2014 08:18]: > http://buildbot.openwrt.org:8010/builders/ar7 726/727 > http://buildbot.openwrt.org:8010/builders/au1000 655/656 > http://buildbot.openwrt.org:8010/builders/xburst 705/706 i can reproduce it here - will dig into this. bye, bastian __

Re: [OpenWrt-Devel] "iwinfo_cli.c:(.text.startup+0x120): undefined reference to `iwinfo_backend_by_name'"

2014-10-28 Thread Jo-Philipp Wich
Try "make package/iwinfo/{clean,compile}" ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH v2] kernel: update 3.10.49 to 3.10.58 (released 2014-oct-15)

2014-10-28 Thread Bastian Bittorf
* Dirk Neukirchen [28.10.2014 08:18]: > ar7, au1000 and xburst fail to build on the buildbots around the update with > the same error in image generation regarding an included header unsure whats wrong on buildserver. with r43099 i did a clean build (tools+toolchain+kernel) for ar7 + au1000 with