Re: [OpenWrt-Devel] update and optimize git package

2010-11-17 Thread Bastian Pranzas
On -10.01.-28163 20:59, Geert Uytterhoeven wrote: On Wed, Nov 17, 2010 at 13:09, Bastian Pranzas wrote: - create symlinks instead of hardlinks when installing (hardlinks get lost when copying) Isn't that a bug in the copying code? I guess it is. Didn't know until now that cp can preserve hard

[OpenWrt-Devel] [PATCH] Add CMake host tool support

2010-11-17 Thread Bas Mevissen
Hi all, The attached patch against trunk adds CMake host tool support. When CONFIG_CMAKE is set in .config, the CMake tools will be build and installed in staging_dir/host/bin. To enable CONFIG_CMAKE, select "Advanced configuration options (for developers) in the main menu and select "Build CMake

[OpenWrt-Devel] [PATCH] packages/net/wavemon: bump version to 0.7.0

2010-11-17 Thread koniu
Hi, Is there a reason why wavemon is kept at an ancient revision? If not, here's the patch. cheers, koniu From a112342bbfdfff3e382f5e6b327d6c9c31c0e428 Mon Sep 17 00:00:00 2001 From: koniu Date: Wed, 17 Nov 2010 20:20:53 + Subject: [PATCH] wavemon: bump version to 0.7.0 Signed-off-by: koniu

Re: [OpenWrt-Devel] update and optimize git package

2010-11-17 Thread Geert Uytterhoeven
On Wed, Nov 17, 2010 at 13:09, Bastian Pranzas wrote: > - create symlinks instead of hardlinks when installing (hardlinks get > lost when copying) Isn't that a bug in the copying code? Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -

Re: [OpenWrt-Devel] LLDPD Package

2010-11-17 Thread Simon G
Here maybe ... https://trac.luffy.cx/lldpd/ /Simon. > Hi, >   > I am trying to run a small experiment with a WRT54GL linksys router. My > goal is > to know more about the operation of LLDP. My router has kamikaze 8.09.2 >  as > firmware and I already installed the LLDPD package (brcm47XX). Where

[OpenWrt-Devel] LLDPD Package

2010-11-17 Thread erik diaz
Hi,   I am trying to run a small experiment with a WRT54GL linksys router. My goal is to know more about the operation of LLDP. My router has kamikaze 8.09.2  as firmware and I already installed the LLDPD package (brcm47XX). Where can I find more information about the commands and operation of

Re: [OpenWrt-Devel] [PATCH] [packages] add triggerhappy hotkey daemon

2010-11-17 Thread Mirko Vogt
(slightly changed) applied in commit 24018 (https://dev.openwrt.org/changeset/24018) - thanks! mirko On Fri, 2010-11-12 at 11:17 +0100, Stefan Tomanek wrote: > Triggerhappy is a lightweight hotkey daemon that can launch arbitrary commands > on input events. It supports the hotplugging of devices

[OpenWrt-Devel] update and optimize git package

2010-11-17 Thread Bastian Pranzas
Hi, this patch updates the git package to 1.7.3.2 and does two optimizations to shrink the package size from 45MB to 590KB: - create symlinks instead of hardlinks when installing (hardlinks get lost when copying) - convert the last six non built in tools to built ins Regards, Bastian Pranzas Ind

Re: [OpenWrt-Devel] [PATCH] iptables compile fix

2010-11-17 Thread Maarten Bezemer
On Wed, 2010-11-17 at 09:21 +0100, Bas Mevissen wrote: > (keeping the list in the loop) Oops... that was my intention as well. > > On Tue, 2010-11-16 at 10:56 +0100, Bas Mevissen wrote: > > > On Mon, 15 Nov 2010 22:45:48 +0100, Maarten Bezemer > > > wrote: > > > > On Mon, 2010-11-15 at 12:08 +0100

Re: [OpenWrt-Devel] [PATCH] iptables compile fix

2010-11-17 Thread Bas Mevissen
(keeping the list in the loop) On Tue, 2010-11-16 at 10:56 +0100, Bas Mevissen wrote: > On Mon, 15 Nov 2010 22:45:48 +0100, Maarten Bezemer > wrote: > > On Mon, 2010-11-15 at 12:08 +0100, Bas Mevissen wrote: > > > I just did a build on backfire (revision 14012) for Orion (while > checking a pat