Re: [OpenWrt-Devel] update-xfce-stuff-to-new-NLS-strategy

2011-02-12 Thread Lars-Peter Clausen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/11/2011 04:03 PM, Xiangfu Liu wrote: > Hi Lars > > attach patch update xfce feeds packages to new NLS strategy. > Thanks, applied. - - Lars -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - h

Re: [OpenWrt-Devel] [PATCH] [uboot-kirkwood] Fixed support for Iomega iConnect board.

2010-10-27 Thread Lars-Peter Clausen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wojciech Dubowik wrote: > * Added configuration file. > * Set blue power led during bootup > * enabled pci express > > Signed-off-by: Wojciech Dubowik > > --- Thanks, both patches applied. Sorry for the dealy. - - Lars > > Index: package/uboot-k

Re: [OpenWrt-Devel] [Patch] Package libevent, Makefile fix

2010-10-23 Thread Lars-Peter Clausen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Florian Fainelli wrote: > Le Saturday 23 October 2010 20:34:06, Nicolas Leonard a écrit : >> Hello, >> >> I have modified the Makefile of the libevent package, as it produced a >> weird error when I try to compile my project using it. >> >> With the li

Re: [OpenWrt-Devel] [PATCH] silence error when package has no patches

2010-10-12 Thread Lars-Peter Clausen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mirko Vogt wrote: > Hey Alan, > > I don't think this is an good idea - not because of this particular > change but that kind changes in general. > > I'd like to keep our repository _as close as possible_ to the official > openwrt backfire branch upst

Re: [OpenWrt-Devel] [PATCH] [kirkwood] Iomega iConnect Wireless platform support

2010-10-04 Thread Lars-Peter Clausen
Wojciech Dubowik wrote: > This patch adds support for Iomega iConnect Wireless. Leds and wireless card > support are still missing. > > > Signed-off-by: Wojciech Dubowik > > --- > Hi All three patches applied. Thanks :) - Lars > > Index: target/linux/kirkwood/profiles/300-Iconnect.mk >

Re: [OpenWrt-Devel] [PATCH] Modifying target/linux/kirkwood to add Dockstar

2010-08-29 Thread Lars-Peter Clausen
Gerrit Visser wrote: > This patch implements a structure inside the Kirkwood Target to support the > variety of boards available that use the Marvell Kirkwood SoC. > > Presently there is a default target for the Sheevaplug. The Seagate Dockstar > is similar but due to kernel differences I separate

Re: [OpenWrt-Devel] Adding new platform / "ARM926EJ-Sid(wb) rev 4 (v5EJl)" / cheap wifi VoIP-Phone

2010-04-10 Thread Lars-Peter Clausen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bastian Bittorf wrote: > * j...@phrozen.org [07.04.2010 19:20]: > > Seems to me (not sure) that these devices share the same platform: > > Philips VP5500/6500 > Netgear WNR3500 > Chumby One > >>> it would be nice to compile some things, namely a stati

Re: [OpenWrt-Devel] [PATCH] python: fix wrong zlib headers/libs inclusion

2010-03-21 Thread Lars-Peter Clausen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Benjamin Cama wrote: > Hi, > > Recently, zlib has been enabled for target python (I'm working on > host python zlib support so we can get setuptools working on the > host and simplifying building python packages) but the patch also > includes host head

Re: [OpenWrt-Devel] boost fixes

2010-03-21 Thread Lars-Peter Clausen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 AlexanderS wrote: > On Fri, 26 Feb 2010 23:45:22 +0100 Lars-Peter Clausen > wrote: > >> Hi > > Hi, > >> Thanks for the patch. Unfortunately it won't work the way you've >> implemented it. [...] It would

Re: [OpenWrt-Devel] boost fixes

2010-02-27 Thread Lars-Peter Clausen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 AlexanderS wrote: > On Thu, 25 Feb 2010 02:39:35 +0100 AlexanderS > wrote: > >> Hi, >> >> [..] >> >> Editing the boost package, I changed the config style for the >> libraries to build to a Config.in interface and added some other >> libs someone mayb

Re: [OpenWrt-Devel] reboot/poweroff fixes

2010-02-09 Thread Lars-Peter Clausen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Wagner wrote: > Hi > > there are two fixes for the init system that are still wrong/missing... > > umount -a -r -l is no good idea > just use umount -a -r > > and portmap keeps a look .. > > so it needs to be stopped to.. > > patches attached >

Re: [OpenWrt-Devel] nfsd-kernel-server umount problem

2010-02-08 Thread Lars-Peter Clausen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Wagner wrote: > Hi > > i found following problem: > > /dev/sda4 5.3G 2.9G 2.1G 58% /mnt/data > > this disk is mounted and shared to the local network... this share > is also mounted on a pc in the local network. now all

Re: [OpenWrt-Devel] [PATCH] ecore depend on xcb

2009-01-01 Thread Lars-Peter Clausen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Buesch wrote: > What about the following patch? > It enables compilation of e17 when xlib is not available. > This is required for the openmoko build target. > > Can this break something? > > Index: Xorg/efl/ecore/Makefile > ===