Re: [OpenWrt-Devel] [PATCH] omap4 / panda / wifi not detected correctly

2013-01-05 Thread Bastian Bittorf
* dvrao dv...@gytechs.com [05.01.2013 09:37]: * default generated wireless config is not working for OMAP4 TIWI-BLE module, after small change of the hwmod it is working. describe these changes (e.g. diff between wifi detect / your wireless-conf) bye, bastian

Re: [OpenWrt-Devel] D-Link DIR-600/601(Rev.A1) - Not preserving configurations

2013-01-05 Thread HeXiLeD
The image i tried was 3.4M (sysupgrade) and then factory with 3.7M. When the router boots it shows: jffs2: Too few erase blocks (4) Then i tried a 3.8M and it showed: jffs2: Too few erase blocks (2) The current available from downloads.openwrt.org is 3735576. i also found this:

Re: [OpenWrt-Devel] compcache / ramzswap / zram / frontswap

2013-01-05 Thread Damian Kaczkowski
On 5 January 2013 10:58, Bastian Bittorf bitt...@bluebottle.com wrote: * Damian Kaczkowski damian.kaczkow...@gmail.com [05.01.2013 09:37]: mkswap and swapon bins (but not swapoff btw.)). Maybe better would be what hauke proposed? - just set CONFIG_BUSYBOX_CONFIG_MKSWAP=y,

Re: [OpenWrt-Devel] D-Link DIR-600/601(Rev.A1) - Not preserving configurations

2013-01-05 Thread Jo-Philipp Wich
I also found another problem when set wireless to act as a wds server. wds is no valid mode for mac80211 drivers, use option mode ap and option wds 1. ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH][ar71xx] swap the PHY address of the ethernet port of TL-WR703N similar to TL-MR3020/TL-MR3040/TL-MR11U to fix ethernet link detection

2013-01-05 Thread Michel Stempin
Here is the result of the same command on a genuine TL-WR703N with the newest factory firmware "3.14.4 build 120925 rel 33144n" (aka "Ver; 1.7"), thanks to Uncle_Vernon on the forum: U-Boot 1.1.4 (Sep 25 2012 - 09:04:47) AP121 (ar9330) U-boot ... hornet md.l 0xb807 1

Re: [OpenWrt-Devel] [PATCH][ar71xx] swap the PHY address of the ethernet port of TL-WR703N similar to TL-MR3020/TL-MR3040/TL-MR11U to fix ethernet link detection

2013-01-05 Thread Michel Stempin
Sorry, still struggling with my MTA... Here is the result of the same command on a genuine TL-WR703N with the newest factory firmware 3.14.4 build 120925 rel 33144n (aka Ver; 1.7), thanks to Uncle_Vernon on the forum: U-Boot 1.1.4 (Sep 25 2012 - 09:04:47) AP121 (ar9330) U-boot ... hornet

Re: [OpenWrt-Devel] compcache / ramzswap / zram / frontswap

2013-01-05 Thread Bastian Bittorf
* Damian Kaczkowski damian.kaczkow...@gmail.com [05.01.2013 15:37]: You can't install applets alone. Its one package busybox with enabled or disabled functionality. ofcourse you can package an applet. dont know if the buildsystem can do that, but it is possible. (but bound to the specific

Re: [OpenWrt-Devel] compcache / ramzswap / zram / frontswap

2013-01-05 Thread Damian Kaczkowski
On 5 January 2013 15:47, Bastian Bittorf bitt...@bluebottle.com wrote: * Damian Kaczkowski damian.kaczkow...@gmail.com [05.01.2013 15:37]: You can't install applets alone. Its one package busybox with enabled or disabled functionality. ofcourse you can package an applet. dont know if

[OpenWrt-Devel] [PATCH] Add support for GigaDevice GD25Q32/GD25Q64 SPI Flash in m25p80.c

2013-01-05 Thread Michel Stempin
Add support for GigaDevice GD25Q32 32 Mbit (4 MB) SPI Flash (see datasheet: http://www.gigadevice.com/UserFiles/GD25Q32_Rev0.2(1).pdf) used in Hame MPR-A1 and clones, and for GigaDevice GD25Q64 64 Mbit (8 MB) SPI Flash used in Hame MPR-A2 devices (datasheet:

Re: [OpenWrt-Devel] [PATCH] Add support for GigaDevice GD25Q32/GD25Q64 SPI Flash in m25p80.c

2013-01-05 Thread John Crispin
Hi, can you send this patch upstream to MTD subsystem please ? MTD Maling List linux-...@lists.infradead.org John On 05/01/13 19:44, Michel Stempin wrote: Add support for GigaDevice GD25Q32 32 Mbit (4 MB) SPI Flash (see datasheet:

Re: [OpenWrt-Devel] D-Link DIR-600/601(Rev.A1) - Not preserving configurations

2013-01-05 Thread HeXiLeD
I have seen this option being used but also with the explanation that it would be for the client router . Is this correct or it can be used both ways ? On 01/05/2013 08:22 AM, Jo-Philipp Wich wrote: I also found another problem when set wireless to act as a wds server. wds is no valid mode

Re: [OpenWrt-Devel] D-Link DIR-600/601(Rev.A1) - Not preserving configurations

2013-01-05 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is this correct or it can be used both ways ? Yes. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iEYEARECAAYFAlDoirMACgkQdputYINPTPMc8ACgjPQY+a82sYGOtvhBShFVKIT0

[OpenWrt-Devel] rt2x00: add rt5350 wlan support

2013-01-05 Thread Michel Stempin
Generic support for RT5350 WLAN. Thanks to Heffer for rebasing my patch to current trunk. Details see https://forum.openwrt.org/viewtopic.php?id=37002p=3 Original patch from Serge Vasilugin is broken by MTA (http://patchwork.openwrt.org/patch/3055/), here is a working and tested version.

[OpenWrt-Devel] Clean up kmod-diag for Linksys E3000v1 / WRT610Nv2

2013-01-05 Thread Nathan Hintz
Special handling for Linksys E3000v1 is no longer required. WRT610Nv2 uses the same H/W and should be the same. Only tested on E3000v1. Signed-off-by: Nathan Hintz nlhi...@hotmail.com Index: package/broadcom-diag/src/diag.c ===

Re: [OpenWrt-Devel] [PATCH] Add support for GigaDevice GD25Q32/GD25Q64 SPI Flash in m25p80.c

2013-01-05 Thread Michel Stempin
Done: http://lists.infradead.org/pipermail/linux-mtd/2013-January/045379.html -Michel Le 05/01/2013 20:10, John Crispin a écrit : Hi, can you send this patch upstream to MTD subsystem please ? MTD Maling List linux-...@lists.infradead.org John On 05/01/13 19:44, Michel Stempin

[OpenWrt-Devel] [PATCH] Fix netifd crash if removing unknown device

2013-01-05 Thread Nathan Hintz
Netifd will crash if an attempt is made to remove a device that is not known to netifd. For instance: ubus call network.interface.lan remove_device { \name\: \xxx\ } Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- /dev/null +++

Re: [OpenWrt-Devel] [PATCH] Fix netifd crash if removing unknown device

2013-01-05 Thread Felix Fietkau
On 2013-01-06 12:55 AM, Nathan Hintz wrote: Netifd will crash if an attempt is made to remove a device that is not known to netifd. For instance: ubus call network.interface.lan remove_device { \name\: \xxx\ } Signed-off-by: Nathan Hintz nlhi...@hotmail.com Please submit this as a

Re: [OpenWrt-Devel] [PATCH][toolchain/uclibc] build: enable ld.so standalone (LDSO_STANDALONE_SUPPORT)

2013-01-05 Thread hhm
How does it affect the size of the libc binaries? It seems to be about 4k (the most concrete measurement I have is from compiling it standalone for x86_64; in OpenWrt builds it is hard to tell the difference, a few of the binaries are bigger by about 4k altogether). I tested the difference in