[OpenWrt-Devel] [PATCH] Enable root password and default shell in image configuration

2011-06-07 Thread Christoph König
Thanks for the work in #6369. This patch enables to set a root password of an image and a default shell. You probably need to install the package whois on your building host to get mkpasswd for password generation. Signed-off-by: Christoph König --- Index: package/base-files/Makefile ===

Re: [OpenWrt-Devel] New package: "clock-ubiquiti-rs".

2011-06-07 Thread Giuseppe Tipaldi
Hi all, News? Why isn't added it?? The Package is a simple utility... If i done any mistake you can report me it?? 2011/5/24 Giuseppe Tipaldi > Hey i have commit some errors for the request?? > > > 2011/5/10 Giuseppe Tipaldi > >> Hi all >> >>1. *New package:* "clock-ubiquiti-rs". >>2.

[OpenWrt-Devel] [PATCH] Fix path to CCACHE

2011-06-07 Thread Floppe
I cant take credit for this patch cause I found it on IRC several weeks ago, however it fixes compilations using ccache for me on both for ar71xx and brcm47xx platforms. My system, Gentoo, has it's own ccache installed. Signed-off-by: Floppe --- Index: include/cmake.mk ===

Re: [OpenWrt-Devel] [PATCH] Add Seeks package

2011-06-07 Thread Mirko Vogt
Applied in 27124, thanks On Tue, 7 Jun 2011 11:55:03 +0200, Obinou wrote: Hello, This patch adds the Seeks program into feeds/packages. Seeks ( http://www.seeks-project.info/site/ ) is an experimental projet to build a distributed, P2P search engine. While for now it's essentially a query agg

Re: [OpenWrt-Devel] [PATCH] Add TokyoCabinet library

2011-06-07 Thread Mirko Vogt
Applied in 27123, thanks On Tue, 7 Jun 2011 11:36:34 +0200, Obinou wrote: Hello, This patch adds the TokyoCabinet Library into feeds/packages. TokyoCabinet ( http://fallabs.com/tokyocabinet/ ) is a DBM-like library to manage a database. It's similar to the various *DBM libraries that exists, w

Re: [OpenWrt-Devel] [PATCH] Add Protobuf library

2011-06-07 Thread MirkoVogt
Hey, without having a closer look it sounds like you could use the 'HostBuild'-functionality for building required host tools in advance. I can recommend the 'fribidi' or 'lua' package to have a look at how HostBuilds work. The file 'include/host-build.mk' might contribute towards better under

Re: [OpenWrt-Devel] [PATCH] Add Protobuf library

2011-06-07 Thread Jonas Gorski
Hi, On 7 June 2011 11:43, Obinou wrote: > I'm *not* very happy with my work on this: > Building this package create the "protoc" tool to create some C++ files. > But since it is cross-compiling, of course the protoc tool that is build is > made for the target. > So, later during the build, when t

[OpenWrt-Devel] [PATCH] Add Seeks package

2011-06-07 Thread Obinou
Hello, This patch adds the Seeks program into feeds/packages. Seeks ( http://www.seeks-project.info/site/ ) is an experimental projet to build a distributed, P2P search engine. While for now it's essentially a query aggregator (i.e. you make a query, it asks several other engines & returns the

[OpenWrt-Devel] [PATCH] Add Protobuf library

2011-06-07 Thread Obinou
Hello, This patch adds the Protobuf library into feeds/packages. Protobuf ( http://code.google.com/p/protobuf/ ) is a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. It's vaguely

[OpenWrt-Devel] [PATCH] Add TokyoCabinet library

2011-06-07 Thread Obinou
Hello, This patch adds the TokyoCabinet Library into feeds/packages. TokyoCabinet ( http://fallabs.com/tokyocabinet/ ) is a DBM-like library to manage a database. It's similar to the various *DBM libraries that exists, with a focus on portability, code size and efficiency. I've tested it on At