Re: [OpenWrt-Devel] (CVE-2014-2338) authentication bypass vulnerability in strongSwan needs patching

2014-07-07 Thread John Crispin
i stopped bb-builder2 and pointed it at AA instead of BB. i will update strongswan, openssl and gnutls during the day. sorry for the delay, the old AA builders HDD died half way through the build 2 weeks ago and i was busy with BB and simply forgot. sorry for the delay On 06/07/2014 17:41,

[OpenWrt-Devel] [PATCH][uclient][V2] fetch: fix segfault after destination was not reached

2014-07-07 Thread Luka Perkov
Signed-off-by: Luka Perkov l...@openwrt.org --- v1-v2: * don't change connecting to connected uclient-fetch.c | 34 -- 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/uclient-fetch.c b/uclient-fetch.c index 881b4ea..22f15c6 100644 ---

[OpenWrt-Devel] [PATCH][uclient] http: implement data_sent write callback

2014-07-07 Thread Luka Perkov
Signed-off-by: Luka Perkov l...@openwrt.org --- uclient-http.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/uclient-http.c b/uclient-http.c index 9652fb8..b9de3a7 100644 --- a/uclient-http.c +++ b/uclient-http.c @@ -653,6 +653,12 @@ static void

Re: [OpenWrt-Devel] [PATCH 0/4] fix rb532 support

2014-07-07 Thread Felix Fietkau
On 2014-07-07 00:47, Roman Yeryomin wrote: On 6 July 2014 18:08, Felix Fietkau n...@openwrt.org wrote: On 2014-07-06 13:17, Roman Yeryomin wrote: On 6 July 2014 01:20, Roman Yeryomin leroi.li...@gmail.com wrote: On 5 July 2014 18:03, Felix Fietkau n...@openwrt.org wrote: On 2014-07-05 00:35,

Re: [OpenWrt-Devel] [PATCH 2/4] [rb532] change default package set

2014-07-07 Thread Felix Fietkau
On 2014-07-05 00:36, Roman Yeryomin wrote: There could be no wireless interfaces but ethernets are on board. Signed-off-by: Roman Yeryomin ro...@advem.lv Not taking this one. Adding kmod-via-rhine is unnecessary, since the driver is already built into the kernel. - Felix

Re: [OpenWrt-Devel] [PATCH 1/4] [rb532] fix jffs2 images

2014-07-07 Thread Felix Fietkau
On 2014-07-05 00:36, Roman Yeryomin wrote: Signed-off-by: Roman Yeryomin ro...@advem.lv Next time, please use rb532: ... instead of [rb532] ..., because git am strips the [] parts. Thanks, - Felix ___ openwrt-devel mailing list

[OpenWrt-Devel] [PATCH 1/3][ESR1750][V2] ar71xx: allow ath79_nvram_parse_mac_addr parsing mac with quotes

2014-07-07 Thread Jon Suphammer
Signed-off-by: Jon Suphammer j...@suphammer.net --- target/linux/ar71xx/files/arch/mips/ath79/nvram.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/nvram.c b/target/linux/ar71xx/files/arch/mips/ath79/nvram.c index 43911b8..3119778 100644 ---

[OpenWrt-Devel] [PATCH 2/3][ESR1750][V2] ar71xx: add a helper function for setting up ETH_CFG register on QCA955x

2014-07-07 Thread Jon Suphammer
Signed-off-by: Jon Suphammer j...@suphammer.net --- target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c | 19 +++ target/linux/ar71xx/files/arch/mips/ath79/dev-eth.h | 1 + 2 files changed, 20 insertions(+) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c

[OpenWrt-Devel] [PATCH 3/3][ESR1750][V2] ar71xx: add support for EnGenius ESR1750

2014-07-07 Thread Jon Suphammer
Signed-off-by: Jon Suphammer j...@suphammer.net --- target/linux/ar71xx/base-files/etc/diag.sh | 3 + .../ar71xx/base-files/etc/uci-defaults/02_network | 7 + target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 + .../ar71xx/base-files/lib/upgrade/platform.sh | 1 +

[OpenWrt-Devel] [PATCH v3] ar71xx: Support for Mikrotik RB2011UiAS

2014-07-07 Thread stharward
The RB2011UiAS is almost exactly the same as the RB2011UAS, which is already supported. Hardware-wise, it adds a passive power injector on Eth10. Software-wise, Routerboot passes a different board name on the kernel command line. Hence the need for a patch. Not yet working: * touchscreen:

[OpenWrt-Devel] [PATCH] brcm47xx: add buttons support for Netgear WNR3500L

2014-07-07 Thread Rafał Miłecki
https://dev.openwrt.org/ticket/14406 Signed-off-by: Rafał Miłecki zaj...@gmail.com --- ...-BCM47XX-Devices-database-update-for-3.17.patch | 25 ++ ...-BCM47XX-Devices-database-update-for-3.17.patch | 25 ++ 2 files changed, 50 insertions(+) diff --git

Re: [OpenWrt-Devel] [PATCH 1/4] [rb532] fix jffs2 images

2014-07-07 Thread Roman Yeryomin
On 7 July 2014 11:52, Felix Fietkau n...@openwrt.org wrote: On 2014-07-05 00:36, Roman Yeryomin wrote: Signed-off-by: Roman Yeryomin ro...@advem.lv Next time, please use rb532: ... instead of [rb532] ..., because git am strips the [] parts. Ok, no problem! Regards, Roman

Re: [OpenWrt-Devel] [PATCH 2/4] [rb532] change default package set

2014-07-07 Thread Roman Yeryomin
On 7 July 2014 11:52, Felix Fietkau n...@openwrt.org wrote: On 2014-07-05 00:36, Roman Yeryomin wrote: There could be no wireless interfaces but ethernets are on board. Signed-off-by: Roman Yeryomin ro...@advem.lv Not taking this one. Adding kmod-via-rhine is unnecessary, since the driver is

[OpenWrt-Devel] [PATCH RfC] Fix wifi on ZyXEL NBG 6716

2014-07-07 Thread André Valentin
Hi! I noticed that the driver does not load the correct firmware. For full use a board.bin fitting to the device is needed. This extracts it and overwrites the default one. Is the position in the preinit sequence correct ? The driver has still issues with otp.bin (now included in firmware-2!),

[OpenWrt-Devel] [PATCH] ar71xx: nbg6716: extract ath10k wifi board.bin

2014-07-07 Thread André Valentin
With help of this script the ath10k board.bin settings are loaded from flash and saved to the ath10k firmware directory. The driver reads it later in the boot process. Signed-off-by: André Valentin avalen...@marcant.net --- .../lib/preinit/81_load_ath10k_board_bin | 23

Re: [OpenWrt-Devel] Status of DFS in OpenWrt - ath9k

2014-07-07 Thread Andre Valentin
Hi! this should also be in your .config # CONFIG_ATH_USER_REGD is not set See http://wireless.kernel.org/en/users/Drivers/ath10k - Limitations 3/3 Kind regards, André On 04.07.2014 16:29, Jacek Kikiewicz wrote: Hello, I have CONFIG_PACKAGE_ATH_DFS=y and still cannot use this... any idea

[OpenWrt-Devel] [PATCH] kernel: ledtrig-netdev: use netdev_notifier_info

2014-07-07 Thread Claudio Leite
Since kernel 3.11, the third parameter passed to notifier_call() is of type struct netdev_notifier_info. This patch fixes an oops when setting a netdev LED trigger. Signed-off-by: Claudio Leite lei...@staticky.com --- .../patches-3.12/833-ledtrig_netdev-use-notifier-info.patch | 13 +

Re: [OpenWrt-Devel] [PATCH 2/4] [rb532] change default package set

2014-07-07 Thread Florian Fainelli
2014-07-07 13:57 GMT-07:00 Roman Yeryomin leroi.li...@gmail.com: On 7 July 2014 11:52, Felix Fietkau n...@openwrt.org wrote: On 2014-07-05 00:36, Roman Yeryomin wrote: There could be no wireless interfaces but ethernets are on board. Signed-off-by: Roman Yeryomin ro...@advem.lv Not taking