Re: [OpenWrt-Devel] [PATCH 2/9] kernel: add another new config symbol for kernel 3.14

2014-05-30 Thread Tim Harvey
On Fri, May 16, 2014 at 8:47 PM, Daniel Golle dan...@makrotopia.org wrote: It was augmented by CONFIG_USB_GADGET... Signed-off-by: Daniel Golle dan...@makrotopia.org diff --git a/target/linux/generic/config-3.14 b/target/linux/generic/config-3.14 index 0516ab0..bbb00de 100644 ---

[OpenWrt-Devel] ar71xx/nbg6716 image generation and installation

2014-05-30 Thread Alejandro Mery
Hi, I'm building the current HEAD of master for ar71xx (.config is http://sprunge.us/RXGU) to run openwrt on http://wiki.openwrt.org/toh/zyxel/zyxel_nbg6716, which is supposed to be supported and I can see commits for it. I do get a large list of -factory.bin and -sysupgrade.bin files in

Re: [OpenWrt-Devel] ar71xx/nbg6716 image generation and installation

2014-05-30 Thread Alejandro Mery
Hi, On 30/05/14 13:47, Jacek Kikiewicz wrote: Hi, try to build with make V=s so you will see output, it is possible that image you're trying to build is just too big (then no .bin file will be created but you will see this at the end (well last 200 lines maybe) of console output... thank you

Re: [OpenWrt-Devel] ar71xx/nbg6716 image generation and installation

2014-05-30 Thread Alejandro Mery
On 30/05/14 14:33, Jacek Kikiewicz wrote: select target profile zyxel ( there is no your model but they might be all together) and re-build didn't help :( ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] These new one cubic inch Linux system

2014-05-30 Thread jonsm...@gmail.com
What do you think about these new Linux systems in a cubic inch? I think they are pretty neat. This one is RT5350 based and running OpenWRT. Cheap too. https://www.indiegogo.com/projects/asiarf-tiny-linux-computer-with-wifi-and-ethernet/x/1575657 -- Jon Smirl jonsm...@gmail.com

Re: [OpenWrt-Devel] These new one cubic inch Linux system

2014-05-30 Thread Zoltan HERPAI
This is roughly the same as the VoCore, which seems to be more successful as of now. (I understand that the campaign started just two days ago for the AsiaRF.) https://www.indiegogo.com/projects/vocore-a-coin-sized-linux-computer-with-wifi I like both, though. Regards, -w- On Fri, 30 May

Re: [OpenWrt-Devel] These new one cubic inch Linux system

2014-05-30 Thread jonsm...@gmail.com
On Fri, May 30, 2014 at 9:39 AM, Zoltan HERPAI wigy...@uid0.hu wrote: This is roughly the same as the VoCore, which seems to be more successful as of now. (I understand that the campaign started just two days ago for the AsiaRF.)

Re: [OpenWrt-Devel] ar71xx/nbg6716 image generation and installation

2014-05-30 Thread Alejandro Mery
On 30/05/14 14:45, Alejandro Mery wrote: On 30/05/14 14:33, Jacek Kikiewicz wrote: select target profile zyxel ( there is no your model but they might be all together) and re-build didn't help :( I'm starting to understand the problem. the device I want is defined in

Re: [OpenWrt-Devel] These new one cubic inch Linux system

2014-05-30 Thread Michel Stempin
Le 30/05/2014 15:58, jonsm...@gmail.com a écrit : On Fri, May 30, 2014 at 9:39 AM, Zoltan HERPAI wigy...@uid0.hu wrote: This is roughly the same as the VoCore, which seems to be more successful as of now. (I understand that the campaign started just two days ago for the AsiaRF.)

Re: [OpenWrt-Devel] These new one cubic inch Linux system

2014-05-30 Thread jonsm...@gmail.com
On Fri, May 30, 2014 at 12:49 PM, Michel Stempin michel.stem...@wanadoo.fr wrote: Le 30/05/2014 15:58, jonsm...@gmail.com a écrit : On Fri, May 30, 2014 at 9:39 AM, Zoltan HERPAI wigy...@uid0.hu wrote: This is roughly the same as the VoCore, which seems to be more successful as of now. (I

Re: [OpenWrt-Devel] These new one cubic inch Linux system

2014-05-30 Thread Michel Stempin
Le 30/05/2014 19:02, jonsm...@gmail.com a écrit : On Fri, May 30, 2014 at 12:49 PM, Michel Stempin michel.stem...@wanadoo.fr wrote: Le 30/05/2014 15:58, jonsm...@gmail.com a écrit : On Fri, May 30, 2014 at 9:39 AM, Zoltan HERPAI wigy...@uid0.hu wrote: This is roughly the same as the

Re: [OpenWrt-Devel] ar71xx/nbg6716 image generation and installation

2014-05-30 Thread Andre Valentin
Hi! you have to edit target/linux/ar71xx/Makefile and remove broken from one of the first line. I recommend the squashfs image. André On 30.05.2014 17:17, Alejandro Mery wrote: On 30/05/14 14:45, Alejandro Mery wrote: On 30/05/14 14:33, Jacek Kikiewicz wrote: select target profile

[OpenWrt-Devel] Broken Ethernet switch on AsiaRF AWM002

2014-05-30 Thread jonsm...@gmail.com
I have this patch I wrote a year ago that fixed the broken Ethernet switch on the AWM002. I've forgotten exactly what I was trying to do. For some reason the switch was not getting programmed by default. What is up with this bit? Why did I need to change it? - if [ -n ${RT3X5X} ]; then + if [

Re: [OpenWrt-Devel] Broken Ethernet switch on AsiaRF AWM002

2014-05-30 Thread John Crispin
On 30/05/2014 20:50, jonsm...@gmail.com wrote: I have this patch I wrote a year ago that fixed the broken Ethernet switch on the AWM002. I've forgotten exactly what I was trying to do. For some reason the switch was not getting programmed by default. What is up with this bit? Why did I

Re: [OpenWrt-Devel] Broken Ethernet switch on AsiaRF AWM002

2014-05-30 Thread Justin Vallon
On 5/30/14, 2:50 PM, jonsm...@gmail.com wrote: I have this patch I wrote a year ago that fixed the broken Ethernet switch on the AWM002. I've forgotten exactly what I was trying to do. For some reason the switch was not getting programmed by default. What is up with this bit? Why did I need

[OpenWrt-Devel] Second SPI device on RT5350

2014-05-30 Thread jonsm...@gmail.com
I wrote this code that enables the second chip select on SPI. Search down for spi-rt2880. I've never run it since I never had the right hardware. There is an example DTD for enabling it too. https://github.com/jonsmirl/openwrt/commit/f49c57352f9095a5bd778d95af3a170c97cbeda5 Ingnore the audio

Re: [OpenWrt-Devel] Second SPI device on RT5350

2014-05-30 Thread jonsm...@gmail.com
On Fri, May 30, 2014 at 3:46 PM, jonsm...@gmail.com jonsm...@gmail.com wrote: I wrote this code that enables the second chip select on SPI. Search down for spi-rt2880. I've never run it since I never had the right hardware. There is an example DTD for enabling it too. I do know for sure that

Re: [OpenWrt-Devel] Second SPI device on RT5350

2014-05-30 Thread John Crispin
On 30/05/2014 21:46, jonsm...@gmail.com wrote: I wrote this code that enables the second chip select on SPI. Search down for spi-rt2880. I've never run it since I never had the right hardware. There is an example DTD for enabling it too.

Re: [OpenWrt-Devel] Second SPI device on RT5350

2014-05-30 Thread jonsm...@gmail.com
On Fri, May 30, 2014 at 3:56 PM, John Crispin j...@phrozen.org wrote: On 30/05/2014 21:46, jonsm...@gmail.com wrote: I wrote this code that enables the second chip select on SPI. Search down for spi-rt2880. I've never run it since I never had the right hardware. There is an example DTD for

Re: [OpenWrt-Devel] Second SPI device on RT5350

2014-05-30 Thread John Crispin
On 30/05/2014 21:58, jonsm...@gmail.com wrote: Do you want it for submission? I was just hoping that someone with the right hardware would check it out. I have no way to test it. no idea. you have not sent the patch yet so i cant review/comment on it John

Re: [OpenWrt-Devel] Second SPI device on RT5350

2014-05-30 Thread jonsm...@gmail.com
I attached it as as a standalone file. Does anyone have the new AsiaRF module with support for the second chip select? Or any other hardware that supports the second chip select? This code is a mechanical change that just creates a path through the SPI code for passing the CS number around. This

Re: [OpenWrt-Devel] Second SPI device on RT5350

2014-05-30 Thread John Crispin
On 30/05/2014 22:24, jonsm...@gmail.com wrote: I attached it as as a standalone file. Does anyone have the new AsiaRF module with support for the second chip select? Or any other hardware that supports the second chip select? This code is a mechanical change that just creates a path through

Re: [OpenWrt-Devel] How do I improve LuCI's Catalan translations?

2014-05-30 Thread Alex Henrie
2014-05-28 11:52 GMT-06:00 Jo-Philipp Wich j...@wwsnet.net: Hi Alex, please try again. The permissions on the catalan language group have been misconfigured. Regards, Jow I can submit translations now, but the Accept suggestion and Reject suggestion buttons don't work. When I try to use

[OpenWrt-Devel] [PATCH] add support for Elink EL-150

2014-05-30 Thread Larry Pinney
This patch adds support for the Elink EL-150. The Elink EL-150 is a Atheros AR9331 Module. http://item.taobao.com/item.htm?spm=a1z10.5.w4002-2498531248.10.ESiKXRid=16612265015 Two Development Boards are available for this module.