Re: [OpenWrt-Devel] bcm6368 + block-mount jffs2 problem.

2013-11-27 Thread José Vázquez
2013/11/27, John Crispin j...@phrozen.org: On 27/11/13 08:48, Florian Fainelli wrote: On Nov 26, 2013 11:42 PM, John Crispin j...@phrozen.org mailto:j...@phrozen.org wrote: On 26/11/13 23:29, José Vázquez wrote: Maybe the problem is that part of the new init process does not work

Re: [OpenWrt-Devel] [PATCH] [v3] util-linux: add host build for libuuid

2013-11-27 Thread Felix Fietkau
On 2013-11-27 07:03, Andy Leiserson wrote: This patch adds a host build for util-linux to make libuuid available in the host environment. libuuid is needed as a build dependency of gupnp, which needs a host build for the latest version in order to do Vala API generation. Signed-off-by:

[OpenWrt-Devel] [Patch][v2] generic: ar8216: add AR8337N switch support

2013-11-27 Thread Dirk Neukirchen
This patch is needed to use the switch inside the Sitecom WLR-8100; it was unusable and detected as Generic-Phy before. since ar8337 is behaving like ar8327 generally do the same thing see: https://forum.openwrt.org/viewtopic.php?pid=214218#p214218 forward-ported to trunk Signed-off-by: Dirk

[OpenWrt-Devel] [Patch] ar71xx: fix switch port map for the Sitecom WLR-8100

2013-11-27 Thread Dirk Neukirchen
There was no way to determine a working config, because the switch (ar8337) was not working previously. Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [OpenWrt-Devel] [Patch] ar71xx: fix switch port map for the Sitecom WLR-8100

2013-11-27 Thread Matti Laakso
There was no way to determine a working config, because the switch (ar8337) was not working previously. Signed-off-by: Dirk Neukirchen dirkneukirchen at web.de https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel --- target/linux/ar71xx/base-files/etc/uci-defaults/02_network |

[OpenWrt-Devel] [PATCH][packages]debootstrap: version in Makefile not available

2013-11-27 Thread John Vogel
debootstrap-udeb 1.0.48 is no longer available. The version that is currently available from upstream is 1.0.55. This patch bumps debootstrap PKG_VERSION to 1.0.55. Signed-off-by John Vogel jvog...@stny.rr.com --- diff --git a/admin/debootstrap/Makefile b/admin/debootstrap/Makefile index

[OpenWrt-Devel] [PATCH][packages]rrdtool-1.0.x: pod2man warnings treated as errors, cause build fail

2013-11-27 Thread John Vogel
Formatting warnings thrown by pod2man during the build of rrdtool-1.0.x cause the build to fail. This patch adds '--stderr' to pod2man command in rrdtool-1.0.55/doc/Makefile.am which sends the warning to stderr and the build is able to continue. Signed-off-by John Vogel jvog...@stny.rr.com