Re: [OpenWrt-Devel] [PATCH] new package: dudders

2010-08-21 Thread Outback Dingo
Committed revision 22754. On Sat, Aug 21, 2010 at 7:52 AM, Dean Scarff wrote: > dudders needs to be started after time synchronisation, because > if the time is not correct then the DNS update fails. > > rdate has priority 40: > /etc/hotplug.d/iface/40-rdate > > As reported by Peter Holik. > ---

Re: [OpenWrt-Devel] [PATCH v5 0/4] Add x86 kvm_guest subtarget

2010-08-21 Thread Stijn Tintel
On 18-07-10 21:04, Stijn Tintel wrote: > This patch series adds a new x86 subtarget for running inside a KVM guest. > Anyone had a chance to look at this yet? Thanks, Stijn ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.ope

Re: [OpenWrt-Devel] [PATCH] Modifying target/linux/kirkwood to add Dockstar

2010-08-21 Thread Gerrit Visser
Hi Jonas Thank you for your review. I worked on the 'generic/runtime detection/code selection for a while but reverted to the approach used previously. My dilemma is that I have only 1 Dockstar, no other devices. Thus it is difficult to test what I create. I do completely agree that the presen

Re: [OpenWrt-Devel] [PATCH] Modifying target/linux/kirkwood to add Dockstar

2010-08-21 Thread Jonas Gorski
Hi Gerrit, great to see some progress on the DockStar front :) On 21 August 2010 22:13, Gerrit Visser wrote: > Presently there is a default target for the Sheevaplug. The Seagate Dockstar > is similar but due to kernel differences I separated into 2 Targets: > GlobalScale and CloudEngines, each

[OpenWrt-Devel] [PATCH] Modifying target/linux/kirkwood to add Dockstar

2010-08-21 Thread Gerrit Visser
This patch implements a structure inside the Kirkwood Target to support the variety of boards available that use the Marvell Kirkwood SoC. Presently there is a default target for the Sheevaplug. The Seagate Dockstar is similar but due to kernel differences I separated into 2 Targets: GlobalScale a

Re: [OpenWrt-Devel] [PATCH] new package: dudders

2010-08-21 Thread Dean Scarff
dudders needs to be started after time synchronisation, because if the time is not correct then the DNS update fails. rdate has priority 40: /etc/hotplug.d/iface/40-rdate As reported by Peter Holik. --- net/dudders/Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --g