Re: [OpenWrt-Devel] [PATCH] Fix leds-gpio brightness for .active_low LEDs

2008-01-14 Thread Felix Fietkau
Peter Korsgaard wrote: >> "Rod" == Rod Whitby <[EMAIL PROTECTED]> writes: > > Hi, > > Rod> You're effectively creating a permanently incompatible fork of the > Rod> leds-gpio driver with your patch, whereas I thought a goal of OpenWrt > Rod> was to push kernel patches upstream wherever pos

Re: [OpenWrt-Devel] [PATCH] Fix leds-gpio brightness for .active_low LEDs

2008-01-14 Thread Peter Korsgaard
> "Rod" == Rod Whitby <[EMAIL PROTECTED]> writes: Hi, Rod> You're effectively creating a permanently incompatible fork of the Rod> leds-gpio driver with your patch, whereas I thought a goal of OpenWrt Rod> was to push kernel patches upstream wherever possible rather than Rod> carrying inc

[OpenWrt-Devel] [PATCH] ntpclient: add init script launching ntpclient as bg process

2008-01-14 Thread Steffen Hoffmann
This is to introduce a new init script that can launch ntpclient again after the hotplug invocation running with -l option to adjust local time and clock shift continuously. Please check, if this closes ticket 2292. (see https://dev.openwrt.org/ticket/2292) Signed-off-by: Steffen Hoffmann <[EMAIL

[OpenWrt-Devel] [PATCH] ntpclient: initial frequency offset configuration and adjtimex invocation

2008-01-14 Thread Steffen Hoffmann
This adds a new config file section "ntpdrift" to /etc/config/ntpclient to support setting an initial value "freq" for frequency offset. Changes /etc/hotplug.d/iface/20-ntpclient to call adjtimex and do an initial frequency offset before starting ntpclient. Signed-off-by: Steffen Hoffmann <[EMAIL

[OpenWrt-Devel] Re-sending patches

2008-01-14 Thread Steffen Hoffmann
Hello, since four e-mails I sent to the list on 13th of January never appeared in the archive and there is still no response from the list-master <[EMAIL PROTECTED]> about that, I'll try to re-sent all the information. I hope that this will be ok, no duplicate message and not too much annoyance ab

[OpenWrt-Devel] [PATCH] ntpclient: more ntpserver added from OpenWrt NTP Vendor Zone

2008-01-14 Thread Steffen Hoffmann
This adds more timeservers from the OpenWrt NTP Pool Vendor Zone in response to a call for patches in ticket 2336 (see https://dev.openwrt.org/ticket/2336). Signed-off-by: Steffen Hoffmann <[EMAIL PROTECTED]> Index: ntpclient/files/ntpclient.config ===

[OpenWrt-Devel] [PATCH] ntpclient: code cleaning and loop tuning

2008-01-14 Thread Steffen Hoffmann
This moves the loop check in the hotplug script up to finish it as soon as possible. A minimal code cleaning of extra tabs after '$cfg count' is included too. Signed-off-by: Steffen Hoffmann <[EMAIL PROTECTED]> Index: ntpclient/files/ntpclient.hotplug