Re: [OpenWrt-Devel] [OpenWRT-Devel][PATCH] add openvswitch 2.0.0 package

2013-11-11 Thread Pete Holland
, Helmut Schaa helmut.sc...@googlemail.comwrote: Hi, On Fri, Nov 8, 2013 at 11:42 PM, Pete Holland phollan...@gmail.com wrote: This is a patch for the most recent stable build of OpenvSwitch (2.0.0). It supports kernels 2.6.32 - 3.10.x It was taken and updated from Julius Shulz-Zander's

[OpenWrt-Devel] [PATCH] procd: add support for /dev/kmsg, if available

2013-11-11 Thread Pete Holland
This addresses the following ticket: https://dev.openwrt.org/ticket/14459 /proc/kmsg is a read-once interface for the kernel message, buffer, making it unsuitable for multiple concurrent readers. In linux kernel version 3.5, /dev/kmsg was introduced, which allows multiple readers of the kernel

[OpenWrt-Devel] [OpenWRT-Devel][PATCH] add openvswitch 2.0.0 package

2013-11-08 Thread Pete Holland
This is a patch for the most recent stable build of OpenvSwitch (2.0.0). It supports kernels 2.6.32 - 3.10.x It was taken and updated from Julius Shulz-Zander's work: https://github.com/schuza/openvswitch Signed-off-by: Peter Holland phollan...@gmail.com --- diff --git

Re: [OpenWrt-Devel] [OpenWRT-Devel][PATCH] add openvswitch 2.0.0 package

2013-11-08 Thread Pete Holland
when you say 'this should not be done', can you give a pointer to 'what should be done instead'? On Fri, Nov 8, 2013 at 3:58 PM, Pete Holland phollan...@gmail.com wrote: thanks for the suggestions... some of the questions (about sleeps, and what I presume is the postinst step) I don't

Re: [OpenWrt-Devel] [OpenWRT-Devel][PATCH] add openvswitch 2.0.0 package

2013-11-08 Thread Pete Holland
thanks for the suggestions... some of the questions (about sleeps, and what I presume is the postinst step) I don't immediately have answers to as I sourced the original patch from another developer, and, well it works... but I will figure them out and resubmit a patch. On Fri, Nov 8, 2013 at

Re: [OpenWrt-Devel] [OpenWRT-Devel][PATCH] add openvswitch 2.0.0 package

2013-11-08 Thread Pete Holland
nevermind... I figured it out. new patch addressing your issues is forthcoming. On Fri, Nov 8, 2013 at 3:59 PM, Pete Holland phollan...@gmail.com wrote: when you say 'this should not be done', can you give a pointer to 'what should be done instead'? On Fri, Nov 8, 2013 at 3:58 PM, Pete

Re: [OpenWrt-Devel] [OpenWRT-Devel][PATCH] add openvswitch 2.0.0 package

2013-11-08 Thread Pete Holland
/usr/sbin/ovsdb-server +} + +restart() { + ifdown -a + stop + start + ifup -a +} On Fri, Nov 8, 2013 at 8:02 PM, Pete Holland phollan...@gmail.com wrote: nevermind... I figured it out. new patch addressing your issues is forthcoming. On Fri, Nov 8, 2013 at 3:59 PM, Pete Holland phollan

[OpenWrt-Devel] [PATCH] use local mirrors only

2011-09-30 Thread Pete Holland
For developers who need to maintain control over the source packages and stage them appropriately (e.g. for ISO or other policy requirements), it is imperative to make sure that the download.pl script doesn't continue its best effort download if it can't find the local mirror copy. This patch