[OpenWrt-Devel] imx23: Olinuxino i.MX233 board support

2013-05-06 Thread Zoltan HERPAI
Hi, Please find the initial patch to support the Olinuxino i.MX233 line of boards. This is an ARM9-based board that comes in multiple flavours depending on devices available and board size. Current support is for 3.8.11 and ext4 rootfs, wiki page has been updated. Regards, -w-[0.00]

Re: [OpenWrt-Devel] imx23: Olinuxino i.MX233 board support

2013-05-06 Thread John Crispin
On 06/05/13 09:21, Zoltan HERPAI wrote: Index: tools/elftosb/Makefile === --- tools/elftosb/Makefile (revision 0) +++ tools/elftosb/Makefile (revision 0) @@ -0,0 +1,36 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is

Re: [OpenWrt-Devel] Compile target object instead of toolchain object

2013-05-06 Thread Jo-Philipp Wich
On 05.05.2013 18:46, jonsm...@gmail.com wrote: How do I compile a target object when there is a toolchain object of the same name? For example sed. I want it to make the target version, not the host toolchain one. make package/sed/{clean,compile} V=s ~ Jow

Re: [OpenWrt-Devel] imx23: Olinuxino i.MX233 board support

2013-05-06 Thread Zoltan HERPAI
Hi John, Sure, I've attached the splitted patchset. Thanks, -w- On Mon, 6 May 2013, John Crispin wrote: On 06/05/13 09:21, Zoltan HERPAI wrote: Index: tools/elftosb/Makefile === --- tools/elftosb/Makefile (revision 0) +++

Re: [OpenWrt-Devel] [PATCH] AA:ramips: add support DIR-620D1

2013-05-06 Thread Jo-Philipp Wich
Hi Serge, merged for AA in r36557 with a slightly changed commit message. Thanks! ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] imx23: Olinuxino i.MX233 board support

2013-05-06 Thread Benjamin Henrion
On Mon, May 6, 2013 at 9:21 AM, Zoltan HERPAI wigy...@uid0.hu wrote: Hi, Please find the initial patch to support the Olinuxino i.MX233 line of boards. This is an ARM9-based board that comes in multiple flavours depending on devices available and board size. Current support is for 3.8.11 and

Re: [OpenWrt-Devel] imx23: Olinuxino i.MX233 board support

2013-05-06 Thread Benjamin Henrion
On Mon, May 6, 2013 at 3:34 PM, Benjamin Henrion b...@udev.org wrote: On Mon, May 6, 2013 at 9:21 AM, Zoltan HERPAI wigy...@uid0.hu wrote: Hi, Please find the initial patch to support the Olinuxino i.MX233 line of boards. This is an ARM9-based board that comes in multiple flavours depending

Re: [OpenWrt-Devel] imx23: Olinuxino i.MX233 board support

2013-05-06 Thread Benjamin Henrion
On Mon, May 6, 2013 at 4:17 PM, Benjamin Henrion b...@udev.org wrote: On Mon, May 6, 2013 at 3:34 PM, Benjamin Henrion b...@udev.org wrote: On Mon, May 6, 2013 at 9:21 AM, Zoltan HERPAI wigy...@uid0.hu wrote: Hi, Please find the initial patch to support the Olinuxino i.MX233 line of boards.

Re: [OpenWrt-Devel] imx23: Olinuxino i.MX233 board support

2013-05-06 Thread Zoltan HERPAI
Hi Benjamin, Thanks. Support includes usb and rtc so far, sound and the expansion ports are yet to come. Does someone on the list has a -micro? I have read on the forums that there is an issue around its memory. Regards, -w- On Mon, 6 May 2013, Benjamin Henrion wrote: On Mon, May 6,

Re: [OpenWrt-Devel] imx23: Olinuxino i.MX233 board support

2013-05-06 Thread Benjamin Henrion
On Mon, May 6, 2013 at 4:52 PM, Zoltan HERPAI wigy...@uid0.hu wrote: Hi Benjamin, Thanks. Support includes usb and rtc so far, sound and the expansion ports are yet to come. Does someone on the list has a -micro? I have read on the forums that there is an issue around its memory. There is

Re: [OpenWrt-Devel] imx23: Olinuxino i.MX233 board support

2013-05-06 Thread Benjamin Henrion
On Mon, May 6, 2013 at 4:58 PM, Benjamin Henrion b...@udev.org wrote: On Mon, May 6, 2013 at 4:52 PM, Zoltan HERPAI wigy...@uid0.hu wrote: Hi Benjamin, Thanks. Support includes usb and rtc so far, sound and the expansion ports are yet to come. Does someone on the list has a -micro? I have

[OpenWrt-Devel] [packages] polipo: Don't spuriously ignore CNAMEs after a DNS timeout. Polipo might quit with SIGPIPE without this patch

2013-05-06 Thread Saverio Proto
Patch is attached, please commit at least to trunk packages. ciao :) Saverio polipo-openwrt.patch Description: Binary data ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] imx23: Olinuxino i.MX233 board support

2013-05-06 Thread John Crispin
On 06/05/13 16:59, Benjamin Henrion wrote: On Mon, May 6, 2013 at 4:58 PM, Benjamin Henrionb...@udev.org wrote: On Mon, May 6, 2013 at 4:52 PM, Zoltan HERPAIwigy...@uid0.hu wrote: Hi Benjamin, Thanks. Support includes usb and rtc so far, sound and the expansion ports are yet to come. Does

Re: [OpenWrt-Devel] Compile target object instead of toolchain object

2013-05-06 Thread jonsm...@gmail.com
On Mon, May 6, 2013 at 4:32 AM, Jo-Philipp Wich j...@openwrt.org wrote: On 05.05.2013 18:46, jonsm...@gmail.com wrote: How do I compile a target object when there is a toolchain object of the same name? For example sed. I want it to make the target version, not the host toolchain one.

Re: [OpenWrt-Devel] [packages] polipo: Don't spuriously ignore CNAMEs after a DNS timeout. Polipo might quit with SIGPIPE without this patch

2013-05-06 Thread Saverio Proto
1. That's commit 1144bc9a from Polipo master. Please include proper cross-referencing information in the future. I just got the patch from the Debian .deb package as it was and I added it to the OpenWRT package. There is a reference to the commit in the patch. How can I cross-reference better

[OpenWrt-Devel] Native compiling on a 32MB Ralink

2013-05-06 Thread jonsm...@gmail.com
Suppose I am crazy and I want to directly compile something on my RT3050 chip. Has anyone tried this? Will the compiler work in 32MB? I can load it via a USB stick so there is plenty of storage. I only want to compile small programs - a few thousand lines. Right now I am trying to cross compile a

Re: [OpenWrt-Devel] Native compiling on a 32MB Ralink

2013-05-06 Thread jonsm...@gmail.com
I attached my current makefiles for mpc, mpfr, gmp and gcc. On Mon, May 6, 2013 at 1:40 PM, jonsm...@gmail.com jonsm...@gmail.comwrote: Suppose I am crazy and I want to directly compile something on my RT3050 chip. Has anyone tried this? Will the compiler work in 32MB? I can load it via a

[OpenWrt-Devel] [PATCH] [brcm63xx] led and buttons support for board DWV-S0

2013-05-06 Thread gianluca a
Signed-off-by: Gianluca Agliozzo gianluc...@hotmail.it Index: 554-board_DWVS0_leds_buttons.patch === --- 554-board_DWVS0_leds_buttons.patch    (revisione 0) +++ 554-board_DWVS0_leds_buttons.patch    (revisione 0) @@ -0,0 +1,98 @@

[OpenWrt-Devel] [PATCH] [brcm63xx] led and buttons support for board DWV-S0

2013-05-06 Thread gianluca a
Signed-off-by: Gianluca Agliozzo gianluc...@hotmail.it Index: 554-board_DWVS0_leds_buttons.patch === --- 554-board_DWVS0_leds_buttons.patch    (revisione 0) +++ 554-board_DWVS0_leds_buttons.patch    (revisione 0) @@ -0,0 +1,98 @@

[OpenWrt-Devel] [PATCH] add uci support for proxy-dnssec in dnsmasq

2013-05-06 Thread Adam Gensler
This patch simply adds support for the --proxy-dnssec command in dnsmasq into the init file so it can be used with /etc/config/dhcp. Signed-off-by: Adam Gensler open...@kristenandadam.net --- Index: network/services/dnsmasq/files/dnsmasq.init

[OpenWrt-Devel] [PATCH] unbound bump to 1.4.20 and add uci support

2013-05-06 Thread Adam Gensler
The following patch does these things: 1. bumps unbound to version 1.4.20. 2. adds uci support via /etc/config/unbound. The entirety of unbound.conf has been implemented here. 3. removes the existing patch which applied a memory optimized config to /etc/unbound/unbound.conf. This has been