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

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

2014-02-13 Thread Helmut Schaa
Signed-off-by: Helmut Schaa helmut.sc...@googlemail.com --- .../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,

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

2014-02-13 Thread Helmut Schaa
Signed-off-by: Helmut Schaa helmut.sc...@googlemail.com --- 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

[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 helmut.sc...@googlemail.com ---

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

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

2014-02-13 Thread Roman Yeryomin
On 13 February 2014 16:37, Roman Yeryomin leroi.li...@gmail.com wrote: On 11 February 2014 20:32, Mikko Hissa mikko.hi...@werzek.com wrote: Hello again! On 11 Feb 2014, at 19:12, Mikko Hissa mikko.hi...@werzek.com wrote: Hello! On 01 Feb 2014, at 02:08, Roman Yeryomin leroi.li...@gmail.com

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

2014-02-13 Thread Mikko Hissa
Hi! On 13 Feb 2014, at 18:56, Roman Yeryomin leroi.li...@gmail.com wrote: On 13 February 2014 16:37, Roman Yeryomin leroi.li...@gmail.com wrote: On 11 February 2014 20:32, Mikko Hissa mikko.hi...@werzek.com wrote: Hello again! On 11 Feb 2014, at 19:12, Mikko Hissa mikko.hi...@werzek.com

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

2014-02-13 Thread Roman Yeryomin
On 13 February 2014 21:32, Mikko Hissa mikko.hi...@werzek.com wrote: On 01 Feb 2014, at 02:08, Roman Yeryomin leroi.li...@gmail.com 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

[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

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

2014-02-13 Thread Roman Yeryomin
On 13 February 2014 22:45, Roman Yeryomin leroi.li...@gmail.com wrote: On 13 February 2014 21:32, Mikko Hissa mikko.hi...@werzek.com wrote: On 01 Feb 2014, at 02:08, Roman Yeryomin leroi.li...@gmail.com wrote: Hello everybody! I'm trying to get mt7620 (ramips target, rt-n14u board) wifi

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

2014-02-13 Thread Mikko Hissa
On 13 Feb 2014, at 23:44, Roman Yeryomin leroi.li...@gmail.com wrote: On 13 February 2014 22:45, Roman Yeryomin leroi.li...@gmail.com wrote: On 13 February 2014 21:32, Mikko Hissa mikko.hi...@werzek.com wrote: On 01 Feb 2014, at 02:08, Roman Yeryomin leroi.li...@gmail.com wrote: Hello

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

2014-02-13 Thread Roman Yeryomin
On 14 February 2014 00:14, Mikko Hissa mikko.hi...@werzek.com wrote: On 13 Feb 2014, at 23:44, Roman Yeryomin leroi.li...@gmail.com wrote: On 13 February 2014 22:45, Roman Yeryomin leroi.li...@gmail.com wrote: On 13 February 2014 21:32, Mikko Hissa mikko.hi...@werzek.com wrote: On 01 Feb 2014,

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

2014-02-13 Thread Mikko Hissa
On 04 Feb 2014, at 17:56, Helmut Schaa helmut.sc...@googlemail.com wrote: On Tue, Feb 4, 2014 at 4:40 PM, Roman Yeryomin leroi.li...@gmail.com wrote: Thanks for answer, Helmut! On 3 February 2014 18:01, Helmut Schaa helmut.sc...@googlemail.com wrote: On Sat, Feb 1, 2014 at 1:08 AM, Roman

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

2014-02-13 Thread Roman Yeryomin
On 14 February 2014 00:34, Mikko Hissa mikko.hi...@werzek.com 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

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

2014-02-13 Thread Mikko Hissa
On 14 Feb 2014, at 01:04, Roman Yeryomin leroi.li...@gmail.com wrote: On 14 February 2014 00:34, Mikko Hissa mikko.hi...@werzek.com wrote: In rt2800lib.c function rt2800_get_txwi_rxwi_size() Add case MT7620 with RT5592. *txwi_size = TXWI_DESC_SIZE_5WORDS;

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

2014-02-13 Thread Jonathan Chang
Solves ticket #14356 https://dev.openwrt.org/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 [