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 migr
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
---
Index: network/services/dnsmasq/files/dnsmasq.init
===
--- netwo
Signed-off-by: Gianluca Agliozzo
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 @@
+--- a/arch/mips/bcm63xx/
Signed-off-by: Gianluca Agliozzo
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 @@
+--- a/arch/mips/bcm63xx/
I attached my current makefiles for mpc, mpfr, gmp and gcc.
On Mon, May 6, 2013 at 1:40 PM, jonsm...@gmail.com wrote:
> 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
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
> 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 bett
On Mon, May 6, 2013 at 4:32 AM, Jo-Philipp Wich 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.
> >
>
On 06/05/13 16:59, Benjamin Henrion wrote:
On Mon, May 6, 2013 at 4:58 PM, Benjamin Henrion wrote:
On Mon, May 6, 2013 at 4:52 PM, Zoltan HERPAI 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 -mi
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
On Mon, May 6, 2013 at 4:58 PM, Benjamin Henrion wrote:
> On Mon, May 6, 2013 at 4:52 PM, Zoltan HERPAI 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 forum
On Mon, May 6, 2013 at 4:52 PM, Zoltan HERPAI 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 also a de
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, 2013
On Mon, May 6, 2013 at 4:17 PM, Benjamin Henrion wrote:
> On Mon, May 6, 2013 at 3:34 PM, Benjamin Henrion wrote:
>> On Mon, May 6, 2013 at 9:21 AM, Zoltan HERPAI wrote:
>>> Hi,
>>>
>>> Please find the initial patch to support the Olinuxino i.MX233 line of
>>> boards. This is an ARM9-based board
On Mon, May 6, 2013 at 3:34 PM, Benjamin Henrion wrote:
> On Mon, May 6, 2013 at 9:21 AM, Zoltan HERPAI 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 availab
On Mon, May 6, 2013 at 9:21 AM, Zoltan HERPAI 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 ext4 root
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
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)
+++ t
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
__
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 f
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]
21 matches
Mail list logo