Re: [OpenWrt-Devel] b53: leaking packets for a second during initialization?

2014-01-30 Thread Rafał Miłecki
2014-01-30 Jonas Gorski : > On Thu, Jan 30, 2014 at 1:59 PM, Rafał Miłecki wrote: >> * CONCLUSION * >> >> b53_switch_reset_gpio resets switch into a vulnerable state, where >> machine behind the WAN can "access" LAN machines. >> We need to put switch in some safe state before we call >> b53_switc

Re: [OpenWrt-Devel] [PATCH 4/5] mvebu: update kernel config

2014-01-30 Thread Seif Mazareeb
Sure thing - will resubmit later today. Seif > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On Behalf > Of Jonas Gorski > Sent: Thursday, January 30, 2014 3:39 AM > To: OpenWrt Development List > Cc: l...@openwrt.org; Adam Graham > Subject: Re:

Re: [OpenWrt-Devel] ubox, logd, log_size

2014-01-30 Thread Hannu Nyman
What where the problems (i'm curious)? Regarding the problems, read discussion at bug 14838 (and earlier discussion also at 14227) https://dev.openwrt.org/ticket/14838 There is no actual problem in the logging itself, but the problem is apparently a 64 kB ubus message maximum size set in ubu

[OpenWrt-Devel] [PATCH] upgrade pyload to 0.4.9 and add LIBCURL_COOKIES as a dependency

2014-01-30 Thread Oliver Ertl
Signed-off-by: Oliver Ertl --- net/pyload/Makefile | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/pyload/Makefile b/net/pyload/Makefile index 4a5d9e4..d6f237c 100644 --- a/net/pyload/Makefile +++ b/net/pyload/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 OpenW

Re: [OpenWrt-Devel] [PATCH] upgrade pyload to 0.4.9 and add LIBCURL_COOKIES as a dependency

2014-01-30 Thread Jonas Gorski
On Thu, Jan 30, 2014 at 6:33 PM, Oliver Ertl wrote: > Subject: [PATCH] upgrade pyload to 0.4.9 and add LIBCURL_COOKIES as a > dependency This sounds like you are doing two more or less unrelated things at once; a version bump and option select. Please split this into two patches, and write somet

[OpenWrt-Devel] [PATCH] upgrade pyload to 0.4.9 and add LIBCURL_COOKIES as a dependency

2014-01-30 Thread Oliver Ertl
Signed-off-by: Oliver Ertl --- net/pyload/Makefile | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/pyload/Makefile b/net/pyload/Makefile index 4a5d9e4..d6f237c 100644 --- a/net/pyload/Makefile +++ b/net/pyload/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 OpenW

[OpenWrt-Devel] [PATCH] AA: openssl: Support multi-threaded applications

2014-01-30 Thread Sujith Manoharan
From: Sujith Manoharan (This is a backport of r39048 from trunk). Allow multi-threaded applications to work properly by removing the "no-threads" flag that is enabled by default. Signed-off-by: Sujith Manoharan --- package/openssl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OpenWrt-Devel] package maintainer request for mosquitto

2014-01-30 Thread Karl Palsson
Hi, I'd like to be the formal maintainer of the mosquitto package for openwrt. I've asked in the past, and in 08f566d7c38cf49a18c3c4ee87bfd94dccdac1ff back in January 2013, I was actually added as MAINTAINER in the package makefile, but I've never managed to actually get maintainership direct

[OpenWrt-Devel] [PATCH] Dragino2: add missing sysupgrade support.

2014-01-30 Thread Karl Palsson
From: Karl Palsson The original dragino2 board support was missing some changes from the upstream svn repository (http://svn.dragino.com/dragino2) that supported sysupgrade. Signed-off-by: Karl Palsson --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ target/linux/ar71xx/base

[OpenWrt-Devel] [PATCH] [packages] sane-backends: fix build on Archlinux

2014-01-30 Thread Dirk Neukirchen
configure.in tests CUPS and SYSTEMD with fixed host paths leading to build failures on some systems (Arch) change the tests to fix it Signed-off-by: Dirk Neukirchen --- .../patches/010-dont-add-host-include-path.patch | 61 +- 1 file changed, 60 insertions(+), 1 deletion(

Re: [OpenWrt-Devel] [PATCH] [packages] upgrade baresip and libre/librem

2014-01-30 Thread Jiří Šlachta
Applied and a little bit enhanced in 1d2aadf8f8bbb0698d68ccecf9b2f9fd16bd4b1d in telephony! Thank you! Jiri Dne 30. 1. 2014 11:49, Alfred E. Heggestad napsal(a): > On 01/29/2014 09:21 PM, Jiří Šlachta wrote: >> libre and librem patch applied in 10a7de705f16e942a577d7664c5c59b232b0f9b9! >> Also,

Re: [OpenWrt-Devel] b53: leaking packets for a second during initialization?

2014-01-30 Thread Jonas Gorski
On Thu, Jan 30, 2014 at 1:59 PM, Rafał Miłecki wrote: > 2014-01-30 Florian Fainelli : >> 2014-01-29 Rafał Miłecki : >>> 2014-01-28 Jonas Gorski : On Tue, Jan 28, 2014 at 8:41 PM, Rafał Miłecki wrote: >>> On my: Found chip with id 0x5357, rev 0x02 and package 0x0A >>> code >>> if (!(mgmt

Re: [OpenWrt-Devel] b53: leaking packets for a second during initialization?

2014-01-30 Thread Rafał Miłecki
2014-01-30 Florian Fainelli : > 2014-01-29 Rafał Miłecki : >> 2014-01-28 Jonas Gorski : >>> On Tue, Jan 28, 2014 at 8:41 PM, Rafał Miłecki wrote: >> On my: >>> Found chip with id 0x5357, rev 0x02 and package 0x0A >> code >> if (!(mgmt & SM_SW_FWD_EN)) { >> ... >> } >> is never called, because that

Re: [OpenWrt-Devel] [PATCH 4/5] mvebu: update kernel config

2014-01-30 Thread Jonas Gorski
On Thu, Jan 30, 2014 at 9:27 AM, Seif Mazareeb wrote: > The config-3.10 doesn't specify the configuration of the backported PCI > features, and the Marvell EBU Device Bus Controller, this will prevent > a clean compile. This patch enables these features to archive a clean compile > without having

Re: [OpenWrt-Devel] [PATCH] [packages] upgrade baresip and libre/librem

2014-01-30 Thread Alfred E. Heggestad
On 01/29/2014 09:21 PM, Jiří Šlachta wrote: libre and librem patch applied in 10a7de705f16e942a577d7664c5c59b232b0f9b9! Also, I've updated baresip to 0.4.10. Hi Jiri, thank you very much. Can you also apply the patch below for baresip? some mandatory core modules also needs to be included in

[OpenWrt-Devel] [PATCH] hostapd: fix basic_rate list format

2014-01-30 Thread Daniel
hostapd expects basic_rates list to be space separated and in 100kbit/s units. --- package/network/services/hostapd/files/netifd.sh | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package/network/services/hostapd/files/netifd.sh b/package/network/services/hostapd/files/ne

[OpenWrt-Devel] [PATCH 5/5] mvebu: add support for the Armada XP GP board (DB-MV784MP-GP)

2014-01-30 Thread Seif Mazareeb
This Armada XP GP board from Marvell comes with: * 2GB DDR3 DIMM * 1GB NAND flash (8-bit interface) * 16MB NOR flash (16-bot interrface) * 16MB SPI flash * SDIO module * 3 PCIe * 1 SATA link * 2 USB EHCI * 1 internal SSD * 4 Ethernet Gigabit * 1 RS232 port over USB Signed-off-by: Seif Mazareeb -

[OpenWrt-Devel] [PATCH 4/5] mvebu: update kernel config

2014-01-30 Thread Seif Mazareeb
The config-3.10 doesn't specify the configuration of the backported PCI features, and the Marvell EBU Device Bus Controller, this will prevent a clean compile. This patch enables these features to archive a clean compile without having to specify the state of these configuration after starting to c