[OpenWrt-Devel] [PATCH] ar71xx: add support for WNXT01/Springmole Boards

2014-10-15 Thread Massimiliano Galanti
WNXT01/Springmole is a family of OEM boards designed by Wi-Next. This patch adds the core files needed by openwrt to support them. See: http://www.winext.eu http://www.springmole.com Signed-off-by: Massimiliano Galanti massimiliano.galanti at winext.eu --- diff -Nur

Re: [OpenWrt-Devel] [PATCH] brcm47xx: image: Enhance initramfs support to create chk and alternative nodictionary images

2014-10-15 Thread Stephen G. Parry
On 13/10/14 07:02, Rafał Miłecki wrote: On 13 October 2014 00:35, Stephen Parry sgpa...@mainscreen.com wrote: Enhance support for initramfs: - added commands to create chk images for flashing via tftp or stock firmware gui - added commands to generate nodictionary and noloader variants of

Re: [OpenWrt-Devel] [PATCH] ar71xx: add support for WNXT01/Springmole Boards

2014-10-15 Thread John Crispin
On 15/10/2014 10:03, Massimiliano Galanti wrote: WNXT01/Springmole is a family of OEM boards designed by Wi-Next. This patch adds the core files needed by openwrt to support them. See: http://www.winext.eu http://www.springmole.com Signed-off-by: Massimiliano Galanti massimiliano.galanti at

Re: [OpenWrt-Devel] lantiq vr9 and fxs

2014-10-15 Thread Eddi De Pieri
Hi Mikko, I've pushed my changes on https://github.com/openwrt-vgv7519/openwrt (branch vgv7519-20141007-begin_vmmc) If you want to try it on different router remember to adjust profiles and dts like VGV7519. bootargs = console=ttyLTQ0,115200 init=/etc/preinit maxvpes=1 maxtcs=1 phym=64M mem=62M

Re: [OpenWrt-Devel] lantiq vr9 and fxs

2014-10-15 Thread thomas.langer
Hello Eddi, Eddi De Pieri wrote on 2014-10-14: Hi to all, I've applied to kernel patch for vpe committed for falcon, fixed for vr9 ltq-vmmc, modified VGV7519 dts for passing new parameters console=ttyLTQ0,115200 init=/etc/preinit maxvpes=1 maxtcs=1 phym=64M mem=62M panic=1

Re: [OpenWrt-Devel] lantiq vr9 and fxs

2014-10-15 Thread John Crispin
On 15/10/2014 12:10, thomas.lan...@lantiq.com wrote: Hello Eddi, Eddi De Pieri wrote on 2014-10-14: Hi to all, I've applied to kernel patch for vpe committed for falcon, fixed for vr9 ltq-vmmc, modified VGV7519 dts for passing new parameters console=ttyLTQ0,115200 init=/etc/preinit

Re: [OpenWrt-Devel] [PATCH] brcm47xx: image: Enhance initramfs support to create chk and alternative nodictionary images

2014-10-15 Thread Rafał Miłecki
On 15 October 2014 11:06, Stephen G. Parry sgpa...@mainscreen.com wrote: On 13/10/14 07:02, Rafał Miłecki wrote: On 13 October 2014 00:35, Stephen Parry sgpa...@mainscreen.com wrote: Enhance support for initramfs: - added commands to create chk images for flashing via tftp or stock

Re: [OpenWrt-Devel] [PATCH] ar71xx: add support for WNXT01/Springmole Boards

2014-10-15 Thread Karl Palsson
On Wed, Oct 15, 2014 at 10:03:31AM +0200, Massimiliano Galanti wrote: WNXT01/Springmole is a family of OEM boards designed by Wi-Next. This patch adds the core files needed by openwrt to support them. See: http://www.winext.eu http://www.springmole.com Signed-off-by: Massimiliano Galanti

[OpenWrt-Devel] [PATCH] [base-files] default_postinst() fix wrong call of group_add

2014-10-15 Thread Bastian Bittorf
[base-files] default_postinst() fix wrong call of group_add after 12bae65d07d29854204715cebc1ef1eae237fd9b group_add is always called. shell scripting can be tricky... wrong call - stacked calls are wrong: [ -n $gid ] group_exists $name || group_add $name $gid this leads to a call of

Re: [OpenWrt-Devel] [PATCH] [base-files] default_postinst() fix wrong call of group_add

2014-10-15 Thread Bastian Bittorf
forget this patch - it's wrong. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH v2] [base-files] default_postinst() fix wrong call of group_add

2014-10-15 Thread Bastian Bittorf
[base-files] default_postinst() fix wrong call of group_add after 12bae65d07d29854204715cebc1ef1eae237fd9b group_add is always called. shell scripting can be tricky... wrong call: [ -n $gid ] group_exists $name || group_add $name $gid this leads to a call of 'group_add' when $gid is emtpy,

[OpenWrt-Devel] Generalising the boot process; Was Re: [PATCH V2] [boot] /init: allow, easier customisation of ramfs boot.

2014-10-15 Thread Stephen G. Parry
Message: 7 Date: Mon, 13 Oct 2014 20:15:59 -0700 From: Florian Fainelli flor...@openwrt.org To: John Crispin blo...@openwrt.org Cc: OpenWrt Development List openwrt-devel@lists.openwrt.org Subject: Re: [OpenWrt-Devel] [PATCH] [PATCH V2] [boot] /init: allow easier customisation of ramfs boot.

Re: [OpenWrt-Devel] [PATCH] brcm47xx: image: Enhance initramfs support to create chk and alternative nodictionary images

2014-10-15 Thread Stephen G. Parry
On 15/10/14 11:23, Rafał Miłecki wrote: On 15 October 2014 11:06, Stephen G. Parry sgpa...@mainscreen.com wrote: On 13/10/14 07:02, Rafał Miłecki wrote: On 13 October 2014 00:35, Stephen Parry sgpa...@mainscreen.com wrote: Enhance support for initramfs: - added commands to create chk images

[OpenWrt-Devel] P-2812HNU-FX: next steps...

2014-10-15 Thread Owen Brotherwood
Hi We are a few @ https://forum.openwrt.org/viewtopic.php?id=53127 who would like to use P-2812HNU-F1 with OpenWrt but are slightly unsure as how to proceed. Best practise to upload one of the versions available. Is WiFi working Any hints would be appreciated, then I will do some more work on

[OpenWrt-Devel] miniupnpd state loss

2014-10-15 Thread Kao Kevin
Hi, While Running tests in an openwrt based IP gateway, we noticed openwrt hotplug restarts the minupnpd when Ethernet link goes up. The restart results in the miniupnpd lossing its internal state and breaking the upnp GENA (General event notification arch) functions. Please refer to the

Re: [OpenWrt-Devel] P-2812HNU-FX: next steps...

2014-10-15 Thread John Crispin
On 15/10/2014 17:55, Owen Brotherwood wrote: Hi We are a few @ https://forum.openwrt.org/viewtopic.php?id=53127 who would like to use P-2812HNU-F1 with OpenWrt but are slightly unsure as how to proceed. Best practise to upload one of the versions available. Is WiFi working Any hints would

Re: [OpenWrt-Devel] [PATCH] PKG_CHECK_FORMAT_SECURITY: add a menuconfig option, disable by default

2014-10-15 Thread Etienne Champetier
Hi John 2014-08-25 8:16 GMT+02:00 John Crispin blo...@openwrt.org: On 15/08/2014 08:56, Etienne CHAMPETIER wrote: The idea is still to enable it by default at some point I've tested all ar71xx packages (except oldpackages) using CONFIG_ALL=y Failing packages have been marked with

[OpenWrt-Devel] RT3352F GMAC support for external MDIO switches

2014-10-15 Thread Jasper Mokkink
Hello everyone, I have been trying to get my router to work with openwrt for a couple of weeks. My router is a ramips RT3352F based device from Sitecom. The router also has an external RTL8367rb switch that is to be controlled via MDIO. As I have been told by blogic in this ticket