Re: [OpenWrt-Devel] [PATCH] triggerhappy: update to 0.1.6

2010-11-21 Thread Stefan Tomanek
Dies schrieb Mirko Vogt (li...@nanl.de): > Committed in r24076, thanks. Thanks :) > Please attach patches as files next time, since inlining often screws > them up (in this case spaces <-> tabs). Although https://dev.openwrt.org/wiki/SubmittingPatches says otherwise? "Send a mail to openwrt-de

Re: [OpenWrt-Devel] [PATCH] triggerhappy: update to 0.1.6

2010-11-21 Thread Mirko Vogt
Committed in r24076, thanks. Please attach patches as files next time, since inlining often screws them up (in this case spaces <-> tabs). mirko On Mon, 2010-11-22 at 00:07 +0100, Stefan Tomanek wrote: > Signed-off-by: Stefan Tomanek > --- > utils/triggerhappy/Makefile |6 +++--- > 1 files

[OpenWrt-Devel] [PATCH] triggerhappy: update to 0.1.6

2010-11-21 Thread Stefan Tomanek
This patch upgrade the triggerhappy daemon to upstream version 0.1.6, which fixes several build and runtime issues. It also explicitly specifies the path to the header file which is needed during compilation. Signed-off-by: Stefan Tomanek --- utils/triggerhappy/Makefile |6 +++--- 1 files c

Re: [OpenWrt-Devel] [PATCH] triggerhappy: update to 0.1.6

2010-11-21 Thread Stefan Tomanek
Dies schrieb Florian Fainelli (flor...@openwrt.org): > I/home/florian/dev/openwrt/trunk/staging_dir/toolchain-mipsel_gcc-4.3.3+cs_uClibc-0.9.31/include > -c -o trigger.o trigger.c > make[3]: *** No rule to make target `evtable_EV.h', needed by `eventnames.o'. > Stop. I think the Makefile fa

[OpenWrt-Devel] [PATCH] triggerhappy: update to 0.1.6

2010-11-21 Thread Stefan Tomanek
This patch upgrade the triggerhappy daemon to upstream version 0.1.6, which fixes several build and runtime issues. Signed-off-by: Stefan Tomanek --- utils/triggerhappy/Makefile |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/utils/triggerhappy/Makefile b/utils/trigg

[OpenWrt-Devel] ath9k_platform_data, endianness, misidentified device

2010-11-21 Thread Luca Olivetti
Now that I have wired ethernet working, I'm tackling the wifi chip. This router has an ar9223, with the calibration data stored in flash. I copied the data in ath9k_platform_data (btw, I noticed that ar71xx redefines it adding fields, should I copy the .h to my platform or is there a better way

[OpenWrt-Devel] [PATCH] [packages] upgrade libtorrent and rtorrent

2010-11-21 Thread Luka Perkov
This patch upgrades libtorrent and rtorrent to svn version 1189. Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net > --- Index: net/rtorrent/patches/110-fix-no-posix_memalign.diff === --- net/rtorrent/patches/110-fix-no-po

Re: [OpenWrt-Devel] [bcm63xx] [6358] fix external interrupts

2010-11-21 Thread Miguel Gaio
Hi, Please, drop the previous patch. Miguel On Fri, 2010-11-19 at 10:07 +0100, Miguel GAIO wrote: > Hi, > > This patch fix external IRQs on 6358 platform. > They are mapped throw 33 to 37 IRQ lines. > > Kind Regards, > > Miguel ___ openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Package dnsmasq init-file

2010-11-21 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Committed in r24051 and r24052 - thanks. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkzpJLcACgkQdputYINPTPMALgCcDWk6PMliN90Khr4XVIBSpm/l jJsAni9EV

[OpenWrt-Devel] toolchain: introducing gcc 4.4.5 with Linaro enhancements

2010-11-21 Thread Marcus Osdoba
Hi mailinglist, Currently I'm working on improved dockstar support for OpenWrt. The current toolchain 4.3.3+cs is not that up to date and linaro 4.5 branch is already included. Unfortunatly, this version does not support Marvell Feroceon (mtune=marvell-f). The Linaro version 4.4.5 does. So I a