Re: [OpenWrt-Devel] How to cycle over uci sections

2008-10-28 Thread Tripp Lilley
On Tue, Oct 28, 2008 at 12:28 PM, <[EMAIL PROTECTED]> wrote: > I have the following piece of uci configuration file in my > application (a very streamlined web based reporting interface): config_foreach, I believe... E.g. (assuming config in /etc/config/reporter): #!/bin/sh /etc/rc.common setu

Re: [OpenWrt-Devel] Fwd: ENC: Port solution to Our board Request

2008-10-28 Thread Tripp Lilley
On Tue, Oct 28, 2008 at 12:14 PM, RB <[EMAIL PROTECTED]> wrote: > On Tue, Oct 28, 2008 at 09:50, Tripp Lilley <[EMAIL PROTECTED]> wrote: >> I read "close" here as "working closely together," not as a typo for >> "closed." > > :) Th

Re: [OpenWrt-Devel] Fwd: ENC: Port solution to Our board Request

2008-10-28 Thread Tripp Lilley
On Tue, Oct 28, 2008 at 11:43 AM, RB <[EMAIL PROTECTED]> wrote: >> We would like that have a close project to port the OpenWRT to our Yanomami >> IXP435 board. > > I am not a core dev member, but I'd definitely see this as a problem - > OpenWRT is GPL and based largely on GPL packages. A truly cl

[OpenWrt-Devel] [PATCH] fix missing IPKG_INSTROOT in tar postinst

2008-05-12 Thread Tripp Lilley
This patch ought to fix ticket #3436 by using ${IPKG_INSTROOT} in the destination for the symlink created by postinst. Signed-off-by: Tripp Lilley <[EMAIL PROTECTED]> Index: packages/utils/tar/Makefile === --- packages/uti