[OpenWrt-Devel] [PATCH] [packages] curl: update to 7.35.0, fixes CVE-2014-0015

2014-02-02 Thread Russell Senior
Spotted this on my twitter feed, so i guess it is good for something. http://curl.haxx.se/docs/adv_20140129.html Signed-off-by: Russell Senior russ...@personaltelco.net --- libs/curl/Makefile | 8 libs/curl/patches/100-check_long_long.patch | 2 +-

Re: [OpenWrt-Devel] [PATCHv4] wifi: Introduce 802.11ac support

2014-02-02 Thread Matti Laakso
Looks good on my end, although I do get Sun Feb 2 13:36:49 2014 daemon.notice netifd: radio0 (1935): command failed: Operation not supported (-122) Sun Feb 2 13:36:49 2014 daemon.notice netifd: radio0 (1935): WARNING: Variable 'basic_rate' does not exist or is not an array/object Sun Feb 2

[OpenWrt-Devel] [PATCH] lantiq: fix PCI problems on ARV4510PW

2014-02-02 Thread Matti Laakso
Some ARV4510PW units seem to have unstable PCI due to missing pull-up resistors. This patch makes sure that the GPIO lines are driven properly. Signed-off-by: Matti Laakso malaa...@elisanet.fi --- Index: trunk/target/linux/lantiq/dts/ARV4510PW.dts

Re: [OpenWrt-Devel] WNR2000v3 Magic Numbers

2014-02-02 Thread Aaron Z
On Saturday, February 1, 2014 11:13:25 PM Find Herzfeld f...@seattlemesh.net wrote: Did you flash it with the Web GUI? I've managed it fine with a serial cable booting into tftp mode or whatever it's called, but the default netgear Web interface rejects it. Thinking on how I did it, what

Re: [OpenWrt-Devel] [PATCHv4] wifi: Introduce 802.11ac support

2014-02-02 Thread Felix Fietkau
On 2014-01-31 17:58, Sven Eckelmann wrote: From: Matti Laakso malaa...@elisanet.fi This patch introduces 802.11ac support to base-files, mac80211 and hostapd. The split of VHT160 in two 80 MHz bands is not yet supported, since it requires an additional user supplied parameter for the

Re: [OpenWrt-Devel] [PATCHv4] wifi: Introduce 802.11ac support

2014-02-02 Thread Felix Fietkau
On 2014-02-02 14:09, Felix Fietkau wrote: On 2014-01-31 17:58, Sven Eckelmann wrote: From: Matti Laakso malaa...@elisanet.fi This patch introduces 802.11ac support to base-files, mac80211 and hostapd. The split of VHT160 in two 80 MHz bands is not yet supported, since it requires an

[OpenWrt-Devel] [PATCH] lantiq: fix mtd_split for brnboot firmware images

2014-02-02 Thread Daniel
The existing code only tries to split a parition with name rootfs while actually looking for kernel+rootfs, where usually firmware is used as a partition name. This doesn't make sense, as even if there was a partition 'rootfs' given by mtdparts or via device-tree, this code would lead to another

Re: [OpenWrt-Devel] [REGRESSION] netifd: IPv6 RA on-link route disappearing

2014-02-02 Thread Steven Barth
Hello Gui, thanks for your report. I just updated odhcp6c to generate the routes and addresses in netifd in a better way. The old method seemed to have some races that could lead to the behaviour you have seen. Could you please retest with the new odhcp6c and see if that works better for you?

[OpenWrt-Devel] [PATCH] bcm63xx: decrease bcm6348 SPI FIFO size

2014-02-02 Thread dani
Decrease the SPI FIFO size in BMC6348 boards to avoid random reads/writes. The parameter BCM63XX_SPI_MAX_PREPEND is causing the SPI driver exceeds the hardware capabilities when reading transfer lengths over 58 bytes. Decreasing the SPI fifo size exactly the BCM63XX_SPI_MAX_PREPEND lenght

Re: [OpenWrt-Devel] [RFC/RFT] netifd: Initial OpenVSwitch support

2014-02-02 Thread Roberto Riggio
Hi, I'm testing your patch with this configuration in /etc/config/network config device option name 'ovs' option type 'ovs' list ifname 'eth0' config interface option ifname 'ovs' option proto 'dhcp' However at boot the router enters in an infinite loop:

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

2014-02-02 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 v2 5/5] mvebu: update kernel config

2014-02-02 Thread Seif Mazareeb
Enabling the NAND controller on the mvebu target. Signed-off-by: Seif Mazareeb seif.mazar...@gmail.com --- target/linux/mvebu/config-3.10 |4 1 file changed, 4 insertions(+) diff --git a/target/linux/mvebu/config-3.10 b/target/linux/mvebu/config-3.10 index a8cc779..38acc17 100644 ---