[OpenWrt-Devel] Compile error : Lamobo_R1

2015-12-01 Thread openwrt-de...@couprie.net
Hi, I tried to compile openwrt for the BananaPi using chaos calmer and trunk. When i try to compile it, i get the following compilerror. How do i fix this compile error ? Greeting from Amsterdam, Perry arm-openwrt-linux-muslgnueabi-g++

Re: [OpenWrt-Devel] [PATCH] update mtd-utils to 1.5.2

2015-12-01 Thread Sven Roederer
Am Sonntag, 15. November 2015, 22:59:48 schrieben Sie: > > Why are you using some random commit and not the commit of the 1.5.2 tag? > it was the most recent commit this moment and the messages seems to give only improvements > When I build it I get this warning, can you fix it? > got also

Re: [OpenWrt-Devel] Fast build testing [Was: Git mirror with branches, tags and full history]

2015-12-01 Thread Bastian Bittorf
* Petr Štetiar [30.11.2015 13:47]: > > build testing OpenWrt can be *really* fast, if you > > > > a) build in a ram-disk > > b) use dedicated hardware for each architecture > > > > i bet it's about 300 seconds for a full fresh > > distributed build for *all* architectures. > >

[OpenWrt-Devel] [PATCH] CC: ramips: minor fixes for ZTB-WG2626

2015-12-01 Thread Daniel Golle
In backport commit r47605 the LED was named wrongly in a userspace script. Also remove reference to undefined pinmux group "wdt rst" causing logline rt2880-pinmux pinctrl: invalid group "wdt rst" for function "gpio" Signed-off-by: Daniel Golle ---

Re: [OpenWrt-Devel] [PATCH v2] brcm63xx: Add NuCom R5010UNv2 support

2015-12-01 Thread Jonas Gorski
Hi, On Mon, Nov 30, 2015 at 10:50 PM, dani wrote: > This patch adds support for the NuCom R5010UNv2. > > It's a BCM6328 based board. It has an onboard BCM43217 wifi chip. For this > wifi chip looks like the brcmsmac driver isn't still supported, b43 drivers > are used > for

[OpenWrt-Devel] [PATCH v2] brcm63xx: Add NuCom R5010UNv2 support

2015-12-01 Thread dani
This patch adds support for the NuCom R5010UNv2. It's a BCM6328 based board. It has an onboard BCM43217 wifi chip. For this wifi chip looks like the brcmsmac driver isn't still supported, b43 drivers are used for the profile of the router. It's worth mentioning this board was affected by a bug

[OpenWrt-Devel] [PATCH] imx6: image: Add missing kernel prefix

2015-12-01 Thread Petr Štetiar
Signed-off-by: Petr Štetiar --- target/linux/imx6/image/Makefile |1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/imx6/image/Makefile b/target/linux/imx6/image/Makefile index a4de7d9..c1d83b9 100644 --- a/target/linux/imx6/image/Makefile +++

[OpenWrt-Devel] [PATCH] include/image.mk: Add dtb-install build function

2015-12-01 Thread Petr Štetiar
Signed-off-by: Petr Štetiar --- include/image.mk |4 1 file changed, 4 insertions(+) diff --git a/include/image.mk b/include/image.mk index fd5e3f4..362643c 100644 --- a/include/image.mk +++ b/include/image.mk @@ -433,6 +433,10 @@ define Build/sysupgrade-nand

Re: [OpenWrt-Devel] [PATCH v2] brcm63xx: Add NuCom R5010UNv2 support

2015-12-01 Thread Jonas Gorski
Hi, On Tue, Dec 1, 2015 at 11:40 AM, dani wrote: > This patch adds support for the NuCom R5010UNv2. > > It's a BCM6328 based board. It has an onboard BCM43217 wifi chip. For this > wifi chip looks like the brcmsmac driver isn't still supported, b43 drivers > are used > for

Re: [OpenWrt-Devel] [PATCH] include/image.mk: Add dtb-install build function

2015-12-01 Thread Jonas Gorski
Hi, On Tue, Dec 1, 2015 at 11:43 AM, Petr Štetiar wrote: > Signed-off-by: Petr Štetiar Please try to avoid empty commit logs. Also you don't add any users of this, so why should need this? Jonas ___ openwrt-devel

Re: [OpenWrt-Devel] patch ER-X

2015-12-01 Thread Nikolay Martynov
Hi. I think the problem is that you do not have initramfs image turned on in build settings - could you please check that? Factory image requires initramfs image - comment on patch goes into some details onto why. This is a little bit awkward, but I couldn't find better way to achieve same

Re: [OpenWrt-Devel] patch ER-X

2015-12-01 Thread Nikolay Martynov
Hi. That log contains: WARNING: Image file /platz/openwrt/edgerouter/build_dir/target-mipsel_1004kc+dsp_musl-1.1.11/linux-ramips_mt7621/tmp/openwrt-ramips-mt7621-firewrt-squashfs-sysupgrade.bin is too big which means that you may need to select fewer packakes to get loadable factory image. Using

[OpenWrt-Devel] [PATCH v3] brcm63xx: Add NuCom R5010UNv2 support

2015-12-01 Thread dani
This patch adds support for the NuCom R5010UNv2. It's a BCM6328 based board. It has an onboard BCM43217 wifi chip. For this wifi chip looks like the brcmsmac driver isn't still supported, b43 drivers are used for the profile of the router. It's worth mentioning this board was affected by a bug

Re: [OpenWrt-Devel] [PATCH] include/image.mk: Add dtb-install build function

2015-12-01 Thread Petr Štetiar
Jonas Gorski [2015-12-01 12:03:10]: Hi, > Please try to avoid empty commit logs. sorry, I've forget to add RFC prefix in the patch. > Also you don't add any users of this, so why should need this? I'm preparing v2 patch series[1] for Toradex Apalis SOM (imx6) where I would