[OpenWrt-Devel] [PATCH]Netgear WNR2200: fix mounting root fs problem

2014-02-13 Thread Jonathan Chang
Solves ticket #14356 Without this patch, UART output will show only 4 partitions: [0.74] 4 cmdlinepart partitions found on MTD device spi0.0 [0.75] Creating 4 MTD partitions on "spi0.0": [0.75] 0x-0x0005 : "u-boot"

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-02-13 Thread Mikko Hissa
On 14 Feb 2014, at 01:04, Roman Yeryomin wrote: > On 14 February 2014 00:34, Mikko Hissa wrote: >> In rt2800lib.c function rt2800_get_txwi_rxwi_size() >> Add case MT7620 with RT5592. >> >>*txwi_size = TXWI_DESC_SIZE_5WORDS; >>*rxwi_size = RXWI_DESC_SIZE_6WORDS;

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-02-13 Thread Roman Yeryomin
On 14 February 2014 00:34, Mikko Hissa wrote: > In rt2800lib.c function rt2800_get_txwi_rxwi_size() > Add case MT7620 with RT5592. > > *txwi_size = TXWI_DESC_SIZE_5WORDS; > *rxwi_size = RXWI_DESC_SIZE_6WORDS; > break; > I suppose you mean RT5390 bec

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-02-13 Thread Mikko Hissa
On 04 Feb 2014, at 17:56, Helmut Schaa wrote: > On Tue, Feb 4, 2014 at 4:40 PM, Roman Yeryomin wrote: >> Thanks for answer, Helmut! >> >> On 3 February 2014 18:01, Helmut Schaa wrote: >>> On Sat, Feb 1, 2014 at 1:08 AM, Roman Yeryomin >>> wrote: Unfortunately I have no experience in wi

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-02-13 Thread Roman Yeryomin
On 14 February 2014 00:14, Mikko Hissa wrote: > On 13 Feb 2014, at 23:44, Roman Yeryomin wrote: > On 13 February 2014 22:45, Roman Yeryomin wrote: > On 13 February 2014 21:32, Mikko Hissa wrote: > On 01 Feb 2014, at 02:08, Roman Yeryomin wrote: > Hello everybody! > I'm trying to get mt7620 (ra

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-02-13 Thread Mikko Hissa
On 13 Feb 2014, at 23:44, Roman Yeryomin wrote: > On 13 February 2014 22:45, Roman Yeryomin wrote: >> On 13 February 2014 21:32, Mikko Hissa wrote: >>> On 01 Feb 2014, at 02:08, Roman Yeryomin wrote: >>> >>> Hello everybody! >>> I'm trying to get mt7620 (ramips target, rt-n14u board) wifi wo

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-02-13 Thread Roman Yeryomin
On 13 February 2014 22:45, Roman Yeryomin wrote: > On 13 February 2014 21:32, Mikko Hissa wrote: >> On 01 Feb 2014, at 02:08, Roman Yeryomin wrote: >> >> Hello everybody! >> I'm trying to get mt7620 (ramips target, rt-n14u board) wifi working >> but no luck. I have ported init functions and chan

[OpenWrt-Devel] Backport of zram to AA

2014-02-13 Thread Fernando Frediani
Hi, There was a discussion a while ago about people who had the zram module working fine on devices with 16MB of memory like the traditional WRT54G*. When will someone backport it from the trunk to Attitude Adjustment which would benefit these devices (also others with 16MB of memory) to have

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-02-13 Thread Roman Yeryomin
On 13 February 2014 21:32, Mikko Hissa wrote: > On 01 Feb 2014, at 02:08, Roman Yeryomin wrote: > > Hello everybody! > I'm trying to get mt7620 (ramips target, rt-n14u board) wifi working > but no luck. I have ported init functions and channel setup from the > original (known to be working) drive

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-02-13 Thread Mikko Hissa
On 13 Feb 2014, at 21:03, Mikko Hissa wrote: > Hi! > > On 13 Feb 2014, at 18:56, Roman Yeryomin wrote: > >> On 13 February 2014 16:37, Roman Yeryomin wrote: >>> On 11 February 2014 20:32, Mikko Hissa wrote: Hello again! On 11 Feb 2014, at 19:12, Mikko Hissa wrote: >>>

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-02-13 Thread Mikko Hissa
Hi! On 13 Feb 2014, at 18:56, Roman Yeryomin wrote: > On 13 February 2014 16:37, Roman Yeryomin wrote: >> On 11 February 2014 20:32, Mikko Hissa wrote: >>> Hello again! >>> >>> On 11 Feb 2014, at 19:12, Mikko Hissa wrote: >>> Hello! On 01 Feb 2014, at 02:08, Roman Yeryomin

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-02-13 Thread Roman Yeryomin
On 13 February 2014 16:37, Roman Yeryomin wrote: > On 11 February 2014 20:32, Mikko Hissa wrote: >> Hello again! >> >> On 11 Feb 2014, at 19:12, Mikko Hissa wrote: >> >>> Hello! >>> >>> On 01 Feb 2014, at 02:08, Roman Yeryomin wrote: >>> Hello everybody! I'm trying to get mt7620 (rami

Re: [OpenWrt-Devel] Found the issue with the N750

2014-02-13 Thread Luis E. Garcia
Felix, The GPIOs in trunk are working correctly - they behave like the Original Firmware. When the Radio 0 (2.4GHz) is enabled the GPIOs for the LNA0 and LNA1 are set to HIGH and when the driver for the Radio 0 is disabled the GPIO's are set to LOW. The command: "cat /sys/kernel/debug/gpio" was ve

[OpenWrt-Devel] [PATCHv3 3/3] b53: mdio: Avoid re-registering the same switch device

2014-02-13 Thread Helmut Schaa
When setting the associated interface down and up again a new switch device will be registered due to b53_phy_config_init doing the necessary allocations and registrations. Instead, register the switch device already in b53_phy_probe. Signed-off-by: Helmut Schaa --- .../generic/files/drivers/ne

[OpenWrt-Devel] [PATCHv3 2/3] b53: Make b53_switch_init static

2014-02-13 Thread Helmut Schaa
Signed-off-by: Helmut Schaa --- target/linux/generic/files/drivers/net/phy/b53/b53_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/generic/files/drivers/net/phy/b53/b53_common.c b/target/linux/generic/files/drivers/net/phy/b53/b53_common.c index 72b08e1

[OpenWrt-Devel] [PATCHv3 1/3] b53: Add BCM53128 switch support

2014-02-13 Thread Helmut Schaa
Signed-off-by: Helmut Schaa --- .../linux/generic/files/drivers/net/phy/b53/b53_common.c | 14 ++ target/linux/generic/files/drivers/net/phy/b53/b53_mdio.c | 2 +- target/linux/generic/files/drivers/net/phy/b53/b53_priv.h | 4 +++- 3 files changed, 18 insertions(+), 2 deletions

Re: [OpenWrt-Devel] PATCH [openvpn] --enable-small as option

2014-02-13 Thread Emmanuel Deloget
Hello, On 12/02/2014 19:30, Christoph Kottke wrote: > hi, > > this add the configure switch "--enable-small" as an option in > menuconfig. > > christoph There is a problem in the last hunk - $(if $(CONFIG_OPENVPN_$(BUILD_VARIANT)_SMALL),--enable-small) should be $(if $(CONFIG_OPENVPN_$(BUILD_VAR

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-02-13 Thread Roman Yeryomin
On 11 February 2014 20:32, Mikko Hissa wrote: > Hello again! > > On 11 Feb 2014, at 19:12, Mikko Hissa wrote: > >> Hello! >> >> On 01 Feb 2014, at 02:08, Roman Yeryomin wrote: >> >>> Hello everybody! >>> I'm trying to get mt7620 (ramips target, rt-n14u board) wifi working >>> but no luck. I have