Re: [OpenWrt-Devel] [PATCH] [packages] add opentracker package

2014-04-23 Thread John Crispin
On 23/04/2014 12:16, Karl Palsson wrote: > On Wed, Apr 23, 2014 at 10:59:46AM +0200, John Crispin wrote: >> >> >> On 23/04/2014 10:44, Hartmut Knaack wrote: >>> +stop() { + service_stop $PROG +} >> >> this bit is redundant > > If it is, can you please update: > http://wiki.openwrt

Re: [OpenWrt-Devel] [PATCH] [packages] add opentracker package

2014-04-23 Thread Karl Palsson
On Wed, Apr 23, 2014 at 10:59:46AM +0200, John Crispin wrote: > > > On 23/04/2014 10:44, Hartmut Knaack wrote: > > +stop() { > >> + service_stop $PROG +} > > this bit is redundant If it is, can you please update: http://wiki.openwrt.org/doc/devel/packages#packaging.a.service It would be

Re: [OpenWrt-Devel] [PATCH] [packages] add opentracker package

2014-04-23 Thread John Crispin
On 23/04/2014 10:44, Hartmut Knaack wrote: > +stop() { >> +service_stop $PROG +} this bit is redundant ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] [packages] add opentracker package

2014-04-23 Thread Hartmut Knaack
Just a little typo in the description, see below. Daniel schrieb: > support for opentracker was suggested in ticket #7023 > it's much tighter than cbtt and got only 20% of cbtt's binary size > > Signed-off-by: Daniel Golle > --- > net/opentracker/Makefile | 51 > +++

[OpenWrt-Devel] [PATCH] [packages] add opentracker package

2014-04-22 Thread Daniel
support for opentracker was suggested in ticket #7023 it's much tighter than cbtt and got only 20% of cbtt's binary size Signed-off-by: Daniel Golle --- net/opentracker/Makefile | 51 ++ net/opentracker/files/opentracker.init | 20 n