Re: [OpenWrt-Devel] trunk: firstboot forever on tp-link tl-wr740n v4.21

2014-01-25 Thread Jiri Pirko
Sat, Jan 25, 2014 at 09:28:16PM CET, bitt...@bluebottle.com wrote: >* Jiri Pirko [25.01.2014 20:32]: >> Any idea what might be wrong? > >thanks to Gabor Juhos - since r39397 there is a mechanism for >ar71xx, which actively prevents such situations during buildtime. Great! Thank you and Gabor. >

Re: [OpenWrt-Devel] trunk: firstboot forever on tp-link tl-wr740n v4.21

2014-01-25 Thread Bastian Bittorf
* Jiri Pirko [25.01.2014 20:32]: > Any idea what might be wrong? thanks to Gabor Juhos - since r39397 there is a mechanism for ar71xx, which actively prevents such situations during buildtime. bye, bastian ___ openwrt-devel mailing list openwrt-devel@l

Re: [OpenWrt-Devel] trunk: firstboot forever on tp-link tl-wr740n v4.21

2014-01-25 Thread Bastian Bittorf
* Jiri Pirko [25.01.2014 20:32]: > Any idea what might be wrong? yes, your image is too big and jffs2 has not enough space / erase blocks for a working writeable partition, so everything is done in ramdisc-overlay only. check dmesg. bye, bastian ___ op

[OpenWrt-Devel] trunk: firstboot forever on tp-link tl-wr740n v4.21

2014-01-25 Thread Jiri Pirko
Hi. I just made a squashfs trunk image for tl-wr740n v4.21. Whatever changes I make, they are done after reboot and all looks like it was firstboot again. Any idea what might be wrong? note that AA oficial build works correctly. Thanks. Jiri ___ open

Re: [OpenWrt-Devel] Kernel modules depends in openwrt

2014-01-25 Thread 郭涛
/* * wnr2200-keys.c * * Created on: 2014年1月20日 * Author: tao */ #include #include #include #include #include #include #include #include #include #include #include #include #include #define DRV_NAME"wnr2200-keys" #undef BH_DEBUG #define BH_SKB_SIZE2048 #ifdef

Re: [OpenWrt-Devel] Kernel modules depends in openwrt

2014-01-25 Thread John Crispin
Hi, can you post the driver ? i have a board with AR9287 where one of the gpios is used, would love to test your driver John On 25/01/2014 10:06, 郭涛 wrote: > Dear All > > I wrote a driver for AR9287 GPIO. My module always load before ath9k > and cause bus error. The read/write PCI bus operate

Re: [OpenWrt-Devel] [PATCH 2/4] b53: Use phy_drivers_register to register multiple phy drivers at once

2014-01-25 Thread Jonas Gorski
On Fri, Jan 24, 2014 at 12:57 PM, Helmut Schaa wrote: > > Signed-off-by: Helmut Schaa > --- > .../generic/files/drivers/net/phy/b53/b53_mdio.c | 44 > ++ > 1 file changed, 12 insertions(+), 32 deletions(-) > > diff --git a/target/linux/generic/files/drivers/net/phy/b53/b53

Re: [OpenWrt-Devel] [PATCH 4/4] b53: mdio: Avoid re-registering the same switch device

2014-01-25 Thread Jonas Gorski
On Fri, Jan 24, 2014 at 12:57 PM, Helmut Schaa wrote: > 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.

[OpenWrt-Devel] Kernel modules depends in openwrt

2014-01-25 Thread 郭涛
Dear All I wrote a driver for AR9287 GPIO. My module always load before ath9k and cause bus error. The read/write PCI bus operate should after ath9k init the PCI bus. I know I can use modules.dep or modules.softdep, but I can't find it in /lib/modules/xx/ dir. I run `modinfo ath9k`, it show "at

Re: [OpenWrt-Devel] [PATCH] ar71xx: Add support for Mikrotik Groove 52HPn

2014-01-25 Thread Andreas Mohr
Hi, On Sat, Jan 25, 2014 at 06:08:23AM +0100, openwrt-devel-requ...@lists.openwrt.org wrote: > Date: Fri, 24 Jan 2014 22:11:08 -0700 > From: David Hutchison > Everything works except UART, I can receive output from the groove but > when i try to transmit keystrokes it seems to struggle on recei