[OpenWrt-Devel] Error compiling rpcd in openwrt (r42926)

2014-10-16 Thread Md Mahbubur Rasheed
Hi, I'm getting compile error while compiling rpcd in openwrt for MT7620A based router. I'm using the latest source code (r42926) and kernel 3.14.18. I'm getting similar error from both Linux and mac os x machines. Any idea, how to solve this issue? ERROR LOG: /

Re: [OpenWrt-Devel] miniupnpd state loss

2014-10-16 Thread Luis E. Garcia
Steve, Thanks for the fix. I had also experienced this issue. Do you know if it is possible to back-port the fix BB14.07?? Regards, Luis Garcia On Thu, Oct 16, 2014 at 2:20 PM, Kao Kevin wrote: > Hi Steve, > > The solution works great. I have tested it. > > Thanks > Kevin > > -Original Mess

Re: [OpenWrt-Devel] miniupnpd state loss

2014-10-16 Thread Kao Kevin
Hi Steve, The solution works great. I have tested it. Thanks Kevin -Original Message- From: Steven Barth [mailto:cy...@openwrt.org] Sent: Thursday, October 16, 2014 4:48 AM To: openwrt-devel@lists.openwrt.org Cc: Kao Kevin Subject: Re: [OpenWrt-Devel] miniupnpd state loss Your change c

[OpenWrt-Devel] Consider enabling HTTPS for wiki.openwrt.org

2014-10-16 Thread Alive4Ever
I'm unable to access http://wiki.openwrt.org. It seems that the wiki site is down. Is there any maintenance to the wiki? If it's because of maintenance, I suggest to implement tls over http (https) to secure data integrity. So that, editing and viewing OpenWrt wiki will be more convenient. I fee

[OpenWrt-Devel] [PATCH] [odhcp6c] script: only call firewall, if installed

2014-10-16 Thread Bastian Bittorf
[odhcp6c] script: only call firewall, if installed we dont use fw3, so i was wondering about error-messages in syslog about fw3. check if 'fw3' is in place, before calling it. Signed-off-by: Bastian Bittorf --- package/network/ipv6/odhcp6c/files/dhcpv6.script |4 +++- 1 file changed, 3 inse

[OpenWrt-Devel] [PATCH] [base-files] /lib/netifd/dhcp.script - only call firewall, if installed

2014-10-16 Thread Bastian Bittorf
[base-files] /lib/netifd/dhcp.script - only call firewall, if installed we dont use fw3, so i was wondering about error-messages in syslog about fw3. check if 'fw3' is in place, before calling it. Signed-off-by: Bastian Bittorf --- package/network/config/netifd/files/lib/netifd/dhcp.script |

[OpenWrt-Devel] Wiki 502 Bad Gateway!

2014-10-16 Thread smilebef
Hello guys, there is a error. signature.asc Description: PGP signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] [kernel] kernel: add missing symbols for 3.14

2014-10-16 Thread Florian Fainelli
On 10/14/2014 03:59 AM, John Crispin wrote: > these should really go into the at91 config file. the CONFIG_AT91_* > ones for sure but most likely also the others. The others seems like candidate for the generic kernel config to me, since they are shared by more than one ARM platform. earlyprintk

Re: [OpenWrt-Devel] [PATCH] [kernel] kernel: add missing symbols for 3.14

2014-10-16 Thread John Crispin
On 16/10/2014 17:08, John Szakmeister wrote: > On Tue, Oct 14, 2014 at 6:59 AM, John Crispin wrote: >> these should really go into the at91 config file. the CONFIG_AT91_* >> ones for sure but most likely also the others. > So I tracked down the real problem. It's in configs/Config-kernel.in: > >

Re: [OpenWrt-Devel] [PATCH] kirkwood: add support for Linksys EA3500

2014-10-16 Thread Dan Walters
Hi Karl! On Thu, Oct 16, 2014, at 09:55 AM, Karl Palsson wrote: > Just a minor one in the dts... > > > ++ ocp@f100 { > > ++ pinctrl: pinctrl@1 { > > ++ pmx_led_green_power: pmx-led-green-power { > > ++ marvell,pins = "mpp7"; > > ++

Re: [OpenWrt-Devel] [PATCH] [kernel] kernel: add missing symbols for 3.14

2014-10-16 Thread John Szakmeister
On Tue, Oct 14, 2014 at 6:59 AM, John Crispin wrote: > these should really go into the at91 config file. the CONFIG_AT91_* > ones for sure but most likely also the others. So I tracked down the real problem. It's in configs/Config-kernel.in: ,[ Config-kernel.in ]- | [...] | 72 config KERNEL

Re: [OpenWrt-Devel] [PATCH] kirkwood: add support for Linksys EA3500

2014-10-16 Thread Karl Palsson
Just a minor one in the dts... Cheers, Karl P On Wed, Oct 15, 2014 at 09:11:39AM -0500, Dan Walters wrote: > Support for the Linksys EA3500. Here's the patch, and I entered the > basic device info (including the serial console connections) on the > wiki at http://wiki.openwrt.org/toh/linksys/ea3

[OpenWrt-Devel] [PATCH] kirkwood: add support for Linksys EA3500

2014-10-16 Thread Dan Walters
Support for the Linksys EA3500. Here's the patch, and I entered the basic device info (including the serial console connections) on the wiki at http://wiki.openwrt.org/toh/linksys/ea3500 . Hope it can be of use to someone else, I know I've been waiting a long while to run OpenWRT on my router! -

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

2014-10-16 Thread Karl Palsson
Comments inline On Thu, Oct 16, 2014 at 01:28:47PM +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: Mas

[OpenWrt-Devel] How to config/enable the WAN/LAN on RG100A with OpenWRT-14.07?

2014-10-16 Thread zhengfish
Hi, Guys I compiled and built one images for BRCM63XX/RG100A router, and reflash it into the router successfully. The LAN br-lan is working be default. However how can I enable the WAN for eth0 and eth1? Thanks in advance. Here is my router information as below: -

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

2014-10-16 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 --- target/linux/ar71xx/base-files/lib/ar71xx.sh |6 + .../ar71xx

Re: [OpenWrt-Devel] lantiq vr9 and fxs

2014-10-16 Thread Eddi De Pieri
Hi to all, by manually setting correcly gpio like on original board with devmem: root@OpenWrt:/# /etc/init.d/tapidemo start eth1 ITM version 0.0.0.27. Compiled for EASY80910 with FXO (Slic121). Filesystem firmware binary used (/lib/firmware/voice_ar9_firmware.bin). VMMC [version 0x 0, type 0x

Re: [OpenWrt-Devel] miniupnpd state loss

2014-10-16 Thread Steven Barth
Your change completely disables reloading which breaks in case of wan switching to a different interface or if lan interfaces are coming up. I commited a change https://github.com/openwrt-routing/packages/commit/8bc38fccc73b40e9599b897e335f2e7a5a67e879 which should avoid restarts in case wan inter

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

2014-10-16 Thread Massimiliano Galanti
sorry this patch has issues. dont' consider it. i'll repost it once fixed. 2014-10-16 9:48 GMT+02:00 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.

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

2014-10-16 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 --- target/linux/ar71xx/base-files/lib/ar71xx.sh |6 + .../ar71xx/