[OpenWrt-Devel] [PATCH] add pls handler to mpc

2008-01-28 Thread michu
this patch adds a little script to the mpc package. pls handler takes a .pls file as argument - mpd is then playing the stream. cheers michu Signed-off-by: Michael Vogt Index: package/sound/mpc/files/pls-handler.sh === --- packag

[OpenWrt-Devel] [PATCH] add timezone to base-package

2008-01-28 Thread michu
openwrt supports some time sync applications (openntp, rdate...) be there is no timezone configuration. if this would be supported, the time sync applications could be updated to represent the correct time (create /etc/TZ). cheers michu Signed-off-by: Michael Vogt Index: package/base-file

[OpenWrt-Devel] [PATCH] update mpd to v0.13.1

2008-01-28 Thread michu
this new version should fix some bugs... cheers michu Signed-off-by: Michael Vogt Index: package/sound/mpd/Makefile === --- package/sound/mpd/Makefile (revision 10204) +++ package/sound/mpd/Makefile (working copy) @@ -9,12 +9,12 @

Re: [OpenWrt-Devel] [PATCH] add timezone to openntpd package

2008-01-28 Thread Stefan Monnier
> when i start openntpd the time is set to gmt+0. add the correct gmt time > offset into the init file, so the time is correct for your location openntpd (and NTP in general) doesn't have anything to do with timezones, so it's the wrong place to handle any timezone issue. Stefan ___

[OpenWrt-Devel] [PATCH] Add CDMA/EVDO support to comgt package

2008-01-28 Thread RB
This patch adds a chat script and makes some modifications to /lib/network/3g.sh to enable seamless use of CDMA/EVDO modems in addition to the existing GPRS/UMTS support. Modifications to 3g.sh are: - Added 'chat' variable to point at the appropriate script - Added 'evdo' and 'cdma' as acceptabl

Re: [OpenWrt-Devel] reproducing the downloadable images *exactly*?

2008-01-28 Thread Robert P. J. Day
On Mon, 28 Jan 2008, Felix Fietkau wrote: > Robert P. J. Day wrote: > > this might have been just as appropriate for the users mailing list > > instead of the devel list, but is there an explanation somewhere for > > how, if you want to build your own images, how to reproduce the > > current dow

Re: [OpenWrt-Devel] reproducing the downloadable images *exactly*?

2008-01-28 Thread Felix Fietkau
Robert P. J. Day wrote: > this might have been just as appropriate for the users mailing list > instead of the devel list, but is there an explanation somewhere for > how, if you want to build your own images, how to reproduce the > current download images *exactly*? that is, what collection of

[OpenWrt-Devel] reproducing the downloadable images *exactly*?

2008-01-28 Thread Robert P. J. Day
this might have been just as appropriate for the users mailing list instead of the devel list, but is there an explanation somewhere for how, if you want to build your own images, how to reproduce the current download images *exactly*? that is, what collection of config choices and package sele