[OpenWrt-Devel] reconciliation of /etc/init.d/boot and /etc/init.d/syslog

2008-02-22 Thread Brian J. Murrell
I'm looking at /etc/init.d/boot and /etc/init.d/syslog in Kamikaze. Both seem to start syslogd. /etc/init.d/boot does it in it's system_config() function: system_config() { ... config_get log_ip "$cfg" log_ip # but what if we want to use syslog-ng here? syslogd -C16 ${lo

Re: [OpenWrt-Devel] WIP-Day February

2008-02-22 Thread Harald Schiƶberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gregers Petersen wrote: > Dear All > > WIP-Day returns (with neither revenge nor vengeance) on saturday the > 23th of February, beginning UTC 12:00 and running for 24 hours on the > irc -devel channel ;-) > > We're all waiting for the next official

Re: [OpenWrt-Devel] madwifi 2.6.24 compile fix

2008-02-22 Thread Travis Kemen
added in r10517. Thanks On Fri, Feb 22, 2008 at 4:32 AM, Alexandros C. Couloumbis <[EMAIL PROTECTED]> wrote: > Signed-off-by: Alexandros C. Couloumbis <[EMAIL PROTECTED]> > > === > --- ath/if_ath.c.orig 2008-02-22 11:10:54.0

[OpenWrt-Devel] madwifi 2.6.24 compile fix

2008-02-22 Thread Alexandros C. Couloumbis
Signed-off-by: Alexandros C. Couloumbis <[EMAIL PROTECTED]> === --- ath/if_ath.c.orig 2008-02-22 11:10:54.0 +0200 +++ ath/if_ath.c 2008-02-22 11:12:17.0 +0200 @@ -6468,9 +6468,9 @@ u_int rx_limit = budget;