[OpenWrt-Devel] [PATCH V5] linux:generic: mtd backport for Spansion S25FL164K

2015-06-30 Thread L. D. Pinney
Backport for the Spansion S25FL164K It's a 8 MiB flash chip with 4 KiB erase sectors. Signed-off-by: L. D. Pinney --- target/linux/generic/patches-3.18/091-mtd-spi-nor-add-support-Spansion_S25FL164K | 12 target/linux/generic/patches-4.0/091-mtd-spi-nor-add-support-Spansion_S25FL

[OpenWrt-Devel] [PATCH] implemented basic GPIO control

2015-06-30 Thread Lars Kruse
Internal GPIO pins are used for PoE passthrough setups in multi-port routers. This patch implemnets control over this hardware feature for Ubiquiti Nanostations and TP-Link CPE510. Signed-off-by: Lars Kruse --- package/base-files/files/etc/init.d/gpio_switch| 42 ++ .../b

Re: [OpenWrt-Devel] Where is the maximum binary size defined for each board?

2015-06-30 Thread Baptiste Clenet
2015-06-30 20:07 GMT+02:00 N.Leiten : > Hi, > > It is selected in target//image/Makefile. > Actually there's many rules for each target, so, probably you need to write > own > rule for own target there. > > In email dated Вторник - 30 июня 2015 19:57:44 user Baptiste Clenet wrote: >> Hi, >> >> By

Re: [OpenWrt-Devel] Huawei 3372 NCM support on CC not working

2015-06-30 Thread Matti Laakso
Hi, > Ahoy, > > as suggested by olmari, I'm summing up my problems/experience to > hopefully > get this running for me as well as anyone else having this kind of > problem. > > In short: I've be trying and failing for more than 4 days now to use a > 4G/LTE > Stick as WAN device using NCM and ww

[OpenWrt-Devel] Wifi Defaults

2015-06-30 Thread Eric Schultz
I'm curious on some choices made for wireless networks for release images. In particular, I unexpectedly saw that the default wireless channels are not set to "auto". At the same time, the default at http://wiki.openwrt.org/doc/uci/wireless is set to auto. Wouldn't setting to a particular channel l

Re: [OpenWrt-Devel] Where is the maximum binary size defined for each board?

2015-06-30 Thread N.Leiten
Hi, It is selected in target//image/Makefile. Actually there's many rules for each target, so, probably you need to write own rule for own target there. In email dated Вторник - 30 июня 2015 19:57:44 user Baptiste Clenet wrote: > Hi, > > By slecting a board in menuconfig, OpenWRT sets a maximum

[OpenWrt-Devel] Where is the maximum binary size defined for each board?

2015-06-30 Thread Baptiste Clenet
Hi, By slecting a board in menuconfig, OpenWRT sets a maximum binary size for this specific board. Where is this maximum defined? Since I don't use the default flash, the maximum size is bigger. Regards, -- Baptiste ___ openwrt-devel mailing list open

Re: [OpenWrt-Devel] [PATCH] ar71xx: fix kernel Oops in at803x_link_change_notify

2015-06-30 Thread Alexander Couzens
Hi Sven, I sent the same patch a week ago. See https://patchwork.ozlabs.org/patch/486993/ Best lynxis pgpqL79L7qJSJ.pgp Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi

[OpenWrt-Devel] [PATCH] ar71xx: fix kernel Oops in at803x_link_change_notify

2015-06-30 Thread Sven Eckelmann
r45954 ("ar71xx: fix 100/10mbps ethernet link issues on mynet range extender") introduced a pdata based modification of the tx_clk_dly. But it was not checked if pdata actually existed. This caused a page fault on all devices which didn't have at803x_platform_data specified for an at803x based devi

[OpenWrt-Devel] [PATCH] ar71xx: add support for the devolo dLAN pro 500 Wireless+

2015-06-30 Thread Günther Kelleter
Signed-off-by: Günther Kelleter --- This patch adds kernel and basic userspace support for devolo dLAN pro 500 Wireless+ For the PLC interface additional support files in userspace will be required. These are not part of this patch. target/linux/ar71xx/base-files/etc/diag.sh | 3 +

[OpenWrt-Devel] Huawei 3372 NCM support on CC not working

2015-06-30 Thread chrono
Ahoy, as suggested by olmari, I'm summing up my problems/experience to hopefully get this running for me as well as anyone else having this kind of problem. In short: I've be trying and failing for more than 4 days now to use a 4G/LTE Stick as WAN device using NCM and wwan0 instead of slow

[OpenWrt-Devel] [PATCH V2] lantiq: Add support for the BT Home Hub 5A

2015-06-30 Thread Martin Blumenstingl
u-boot support depends on the next "upstream" version ([0]) from Daniel Schwierzeck. Since the installation process is quite complicated a "how to" was added to the wiki: [1] [0] https://github.com/danielschwierzeck/u-boot-lantiq/tree/openwrt/v2014.01-next [1] http://wiki.openwrt.org/toh/bt/homeh

[OpenWrt-Devel] [PATCH] lantiq: Silence the printk when a PCIe error interrupt arrives

2015-06-30 Thread Martin Blumenstingl
Basically the only error I am seeing is "Correctable Error". Also newer lantiq PCIe drivers have this message wrapped in a "if debug enabled" block. So it should be safe to disable this warning. Signed-off-by: Martin Blumenstingl --- target/linux/lantiq/patches-3.18/0001-MIPS-lantiq-add-pcie-dri

Re: [OpenWrt-Devel] m25p80: change en25q64 to w25q128

2015-06-30 Thread Baptiste Clenet
2015-06-30 15:56 GMT+02:00 Rafał Miłecki : > On 30 June 2015 at 14:49, Baptiste Clenet wrote: >> I assume that if the size of the binary is too big, OpenWRT doesn't >> create sysupgrade.bin file. >> I've seen that the en25q64 is the default flash memory for the Ralink >> MT7628 board. I'm using th

Re: [OpenWrt-Devel] m25p80: change en25q64 to w25q128

2015-06-30 Thread Rafał Miłecki
On 30 June 2015 at 14:49, Baptiste Clenet wrote: > I assume that if the size of the binary is too big, OpenWRT doesn't > create sysupgrade.bin file. > I've seen that the en25q64 is the default flash memory for the Ralink > MT7628 board. I'm using the w25q128 instead so I change this in the > dts:

[OpenWrt-Devel] m25p80: change en25q64 to w25q128

2015-06-30 Thread Baptiste Clenet
Hi, I assume that if the size of the binary is too big, OpenWRT doesn't create sysupgrade.bin file. I've seen that the en25q64 is the default flash memory for the Ralink MT7628 board. I'm using the w25q128 instead so I change this in the dts: m25p80@0 { #address-cells = <1>; #size-cells = <1>; com

[OpenWrt-Devel] iproute2/tc does not apply or show filters

2015-06-30 Thread Bastian Bittorf
While working with 'tc' we found something strange: Our filters apply without errors, but we cannot see them with 'tc filter show dev $dev'. Also when running 'tc monitor' in another terminal, we only see 'qdisc' related things, but not filters. It seems that it happens from r37xxx till now/trunk

[OpenWrt-Devel] [PATCH] hostapd netifd wmm configuration for speedup wifi.

2015-06-30 Thread N.Leiten
Speed up wifi up to 2 times in Access Point mode. On rt5350 platfrom I got speed up from 35-40Mbit to 70-80Mbit, on ar71xx I got improvement from 45Mbit to 100Mbit with this parameters set in hostapd.conf. It seems that hostapd expects not only 'wmm_enabled=1' key but also parameters for WMM. Sig

Re: [OpenWrt-Devel] [PATCH] This patch fixes a line that appears to clear beacon_int variable, prevent setting beacon interval for adhoc.

2015-06-30 Thread Bastian Bittorf
* ben [30.06.2015 06:48]: > Signed-off-by: ben > --- > package/network/services/hostapd/files/netifd.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/package/network/services/hostapd/files/netifd.sh > b/package/network/services/hostapd/files/netifd.sh > index 23d2e7e

Re: [OpenWrt-Devel] [PATCH] [generic] ramips: adding support for OYE-0001 Wireless Router

2015-06-30 Thread John Crispin
Hi, the patch is whitespace broken. your email client most likely replaced all tabs with spaces. please check your mail clients settings and resend a version with tabs in it John On 30/06/2015 08:37, younfan33 wrote: > From: Tom Deng <2579131...@qq.com> > > Adding support for OYE-000

Re: [OpenWrt-Devel] [PATCH] [generic] ramips: adding support for OYE-0001 Wireless Router

2015-06-30 Thread Rafał Miłecki
On 30 June 2015 at 08:37, younfan33 wrote: > From: Tom Deng <2579131...@qq.com> > > Adding support for OYE-0001 Wireless Router. > OYE-0001 is a wireless router made by oyewifi.com. Below is the details: > MT7620A, 128MB DDR2, 16MB FLASH, SD Slot, USB 2.0, 4 x LAN + 1 x WAN. > Signed-off-by: Tom D