[OpenWrt-Devel] [PATCH] scmpc - depends on correct system time

2008-01-21 Thread michu
scmpc is a daemon which submits songs (its metadata) to last.fm. this works only if the system time is correct. is it possible to add or dependence's? something like DEPENDS:=+libcurl +libdaemon +argtable +confuse +(openntpd||ntpcliennt||htpdate||chrony) ? cheers Signed-off-by: Michael Vog

Re: [OpenWrt-Devel] [PATCH] bluez-utils

2008-01-21 Thread Jan Willies
[EMAIL PROTECTED] wrote: > perhaps i could split the package up and remove the hciconfig binary to > a seperate package - the binary is 100k uncompressed and the bluez util > would shrink to 210kb. what do you think? I've blue-{libs,utils}-3.20 patches laying around for some time and noticed the

Re: [OpenWrt-Devel] [PATCH] bluez-utils

2008-01-21 Thread michu
hey again i've cleaned up the bluez-util make file. the size of the ipk file is still arround 250kb. about the --disable-all parameter, i guess this will leave bluez utils rather useless, as i think sdpd, hcid is needed. perhaps i could split the package up and remove the hciconfig binary

[OpenWrt-Devel] [PATCH] missing optional parameters for restart and boot functions

2008-01-21 Thread Staněk Luboš (lubek)
Add missing optional parameters in remaining rc functions. It fixes my previous implementation of parametrized rc functions [8106], ticket #3063, thanks argovela-at-yahoo-com for reporting. Signed-off-by: Lubos Stanek (lubek) <[EMAIL PROTECTED]> Index: trunk/package/base-files/files/etc/rc.common

Re: [OpenWrt-Devel] [PATCH] Enable harddisk spin-up for WesternDigital NetCenter

2008-01-21 Thread Florian Fainelli
Hi Christoph, Your patch looks good to me, comments below : Le lundi 21 janvier 2008, Christoph Muellner a écrit : > + > + /* Western Digital */ > + WDNetCenter, > }; Please use upper case for the device enumeration. > > static void __init bcm4780_init(void) { > @@ -134,6 +137,21 @@