Re: [OpenWrt-Devel] [PATCH][telephony] Disable PKG_CHECK_FORMAT_SECURITY for miax, rtpproxy and sipp

2014-08-09 Thread Jiří Šlachta
Hi, your patch has been applied, tested and committed. ;-) Git commit ID on telephony repository - bbddc7adb83b2a53a707cf0370f04d0e456e4666. Jiri Dne 09/08/2014 10:27, Etienne CHAMPETIER napsal(a): > Signed-off-by: Etienne CHAMPETIER > --- > net/miax/Makefile | 1 + > net/rtpproxy/Makefi

[OpenWrt-Devel] ugps notes

2014-08-09 Thread Paul Fertser
Hi, A couple of notes about your ugps NMEA daemon. 1. The usual common way to perform timezone conversion is to putenv() TZ variable (empty if you want UTC) and call tzset(). Then it becomes the current timezone for the process and you can do mktime() after filling the struct with the UTC (hopefu

[OpenWrt-Devel] [PATCH] nf_ct_iterate_cleanup has more arguments in the 3.14 kernel

2014-08-09 Thread Russell Senior
Linux kernel commit c655bc6896b94ee0223393f26155c6daf1e2d148 introduced two new arguments to the nf_ct_iterate_cleanup() function. This patch passes NULLs for those arguments, in lieu of anything more obvious to do. This code patched here first appears in openwrt at r35330: "netfilter: add suppor

Re: [OpenWrt-Devel] ar71xx: Update to 3.14

2014-08-09 Thread Andre Valentin
Hi Daniel! Please take a look at this (old kernel 3.10) [3.42] UBI: attaching mtd8 to ubi0 [3.57] UBI: EOF marker found, PEBs from 105 will be erased [3.58] UBI: scanning is finished [3.61] UBI: attached mtd8 (name "ubiroot", size 249 MiB) to ubi0 [3.61] UB

Re: [OpenWrt-Devel] ar71xx: Update to 3.14

2014-08-09 Thread Daniel Golle
Hi Andre! Does the bootloader itself support UBI? If not, flashing a raw ubinized image directly to NAND might or might not work, depending on whether the NAND chip got any badblocks on areas used by UBI. Building a UBI-capable U-Boot loader (either to replace the factory loader or as a 2nd stage

[OpenWrt-Devel] Unable to disable option in MenuConfig "Compile Kernel with Debug Filesystem enabled"

2014-08-09 Thread Luis E. Garcia
Hello, When I type make menuconfig, then select "Global Build settings", then in there the is one "compile kernel with debug filesystem enabled" is marked as enabled by dependencies. Its permanently checked, how do I get it to uncheck, no matter what I do it will NOT un-check? What are it's depen

Re: [OpenWrt-Devel] [PATCH] ramips: enable additional GPIOs on HAME MPR-A1

2014-08-09 Thread Paul Fertser
On Sat, Aug 09, 2014 at 03:51:17PM +0200, Álvaro Fernández Rojas wrote: > Since most RT5350 use those LEDs for ethernet and have > them configured by the bootloader, there's no need in enabling and > reconfiguring them on all boards. Do you mean the current gpio driver will reconfigure them someho

Re: [OpenWrt-Devel] [PATCH] ramips: enable additional GPIOs on HAME MPR-A1

2014-08-09 Thread Álvaro Fernández Rojas
It's disabled because gpio1 is only used for ethernet LEDs and SPI_CS1. Since most RT5350 use those LEDs for ethernet and have them configured by the bootloader, there's no need in enabling and reconfiguring them on all boards. El 09/08/2014 15:35, Paul Fertser escribió: > On Fri, Aug 08, 2014 at

Re: [OpenWrt-Devel] [PATCH] ramips: enable additional GPIOs on HAME MPR-A1

2014-08-09 Thread Paul Fertser
On Fri, Aug 08, 2014 at 08:17:05PM +0400, Paul Fertser wrote: > --- a/target/linux/ramips/dts/MPRA1.dts > +++ b/target/linux/ramips/dts/MPRA1.dts > @@ -41,12 +41,15 @@ > }; > }; > }; > + gpio1: gpio@660 { > +

[OpenWrt-Devel] ar71xx: Update to 3.14

2014-08-09 Thread Andre Valentin
Hi Felix! I saw that you upgraded ar71xx to 3.14. I tested it immediateley, of course. It seems there is a problem with ubi. Please take a look at this: [0.00] Linux version 3.14.16 (avalentin@varus) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r42002) ) #1 Fri Aug 8 11:52:10 CES

[OpenWrt-Devel] [PATCH] ramips: add a workaround to fix failsafe on RT5350

2014-08-09 Thread Paul Fertser
Due to TCP connections not working when VLAN is disabled, this is needed to get failsafe functional. Signed-off-by: Paul Fertser --- .../lib/preinit/07_set_preinit_iface_ramips | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/target/linux/ramips/

[OpenWrt-Devel] [PATCH] Reenable PKG_CHECK_FORMAT_SECURITY

2014-08-09 Thread Etienne CHAMPETIER
I've tested all ar71xx packages (except oldpackages) using CONFIG_ALL=y Failing packages have been marked with PKG_CHECK_FORMAT_SECURITY:=0 for now (pending patch for telephony feed) I can test more targets but i have no idea which are the most used Signed-off-by: Etienne CHAMPETIER --- include

Re: [OpenWrt-Devel] Flash Layout

2014-08-09 Thread dd ddy
Sorry everyone!, accidentally hit send early! I'll try again: Hi there, I am looking into adding support for the Netgear PR2000. The hardware all looks like it should be supportable but I'm stuck working out the flash layout. I read the wiki page on this but It did not seem clear from those inst

[OpenWrt-Devel] ar71xx: Problems with USB WIFI dongles

2014-08-09 Thread Kristian Evensen
Hello, I am currently working on a small project and I have come across a problem I have not been able to solve myself. My setup is as following, I have a TP-LINK WDR4300 (so ar71xx) router that will be used as an access point to share a WAN connection. The WAN connection is a different wifi. My i

[OpenWrt-Devel] Flash Layout

2014-08-09 Thread dd ddy
Hi there, I am looking into adding support for the Netgear PR2000. The hardware all looks like it should be supportable but I'm stuck working out the flash layout. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/c

[OpenWrt-Devel] [PATCH][telephony] Disable PKG_CHECK_FORMAT_SECURITY for miax, rtpproxy and sipp

2014-08-09 Thread Etienne CHAMPETIER
Signed-off-by: Etienne CHAMPETIER --- net/miax/Makefile | 1 + net/rtpproxy/Makefile | 1 + net/sipp/Makefile | 1 + 3 files changed, 3 insertions(+) diff --git a/net/miax/Makefile b/net/miax/Makefile index 34baded..d5b3ed1 100644 --- a/net/miax/Makefile +++ b/net/miax/Makefile @@ -14,6