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 : > On 7 July 2014 11:52, Felix Fietkau 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 >> Not taking this one. Adding kmod-via-rhine is unnec

[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 --- .../patches-3.12/833-ledtrig_netdev-use-notifier-info.patch | 13 + .../patches-3.13/8

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 h

[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 --- .../lib/preinit/81_load_ath10k_board_bin | 23 1 file changed

[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!), bu

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 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 > Not taking this one. Adding kmod-via-rhine is unnecessary, since the > driver is already built into th

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

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

[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 --- ...-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 a/target/linux/brcm

[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: doesn't

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

2014-07-07 Thread Jon Suphammer
Signed-off-by: Jon Suphammer --- 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 + target/linux/ar71xx/conf

[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 --- 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 b/target/linux/ar71xx/fil

[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 --- 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 --- a/target/linux/ar71

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 Next time, please use "rb532: ..." instead of "[rb532] ...", because git am strips the [] parts. Thanks, - Felix ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org h

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 Not taking this one. Adding kmod-via-rhine is unnecessary, since the driver is already built into the kernel. - Felix _

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 wrote: >> On 2014-07-06 13:17, Roman Yeryomin wrote: >>> On 6 July 2014 01:20, Roman Yeryomin wrote: On 5 July 2014 18:03, Felix Fietkau wrote: > On 2014-07-05 00:35, Roman Yeryomin wrote: >> This patch

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

2014-07-07 Thread Luka Perkov
Signed-off-by: Luka Perkov --- 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 __uclient_notify_read(struct uclient_h

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

2014-07-07 Thread Luka Perkov
Signed-off-by: Luka Perkov --- 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 --- a/uclient-fetch.c +++ b/uclien