Re: [OpenWrt-Devel] [PATCH] Update lcd4linux to r1143

2011-02-19 Thread Florian Fainelli
On Friday 18 February 2011 03:33:55 Jonathan McCrohan wrote: > Updating lcd4linux package to r1143 to enable support for Sure > Electronics 1602 LCD device, which is supported as of lcd4linux r1126. > http://www.sureelectronics.net/goods.php?id=885 Applied in r25581, thanks! -- Florian ___

[OpenWrt-Devel] [PATCH] Update lcd4linux to r1143

2011-02-17 Thread Jonathan McCrohan
Updating lcd4linux package to r1143 to enable support for Sure Electronics 1602 LCD device, which is supported as of lcd4linux r1126. http://www.sureelectronics.net/goods.php?id=885 Index: feeds/packages/utils/lcd4linux/Makefile === --

Re: [OpenWrt-Devel] [PATCH] update lcd4linux

2009-05-20 Thread Jo-Philipp Wich
Was comitted in r15895. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] update lcd4linux

2009-05-11 Thread michu
this patch updates lcd4linux to the latest svn version. this patch needs the package libvncserver. Signed-off-by: michu at neophob.com --- Index: Config.in === --- Config.in (revision 15744) +++ Config.in (working copy) @@ -28,6 +28,1

[OpenWrt-Devel] [Patch] update lcd4linux

2008-12-18 Thread michu
update lcd4linux to bleeding edge version. contains important fixes and supports more displays Signed-off-by: Michael Vogt --- Index: feeds/packages/utils/lcd4linux/Config.in === --- feeds/packages/utils/lcd4linux/Config.in (rev

[OpenWrt-Devel] [PATCH] update lcd4linux, cleanup deps

2008-06-07 Thread michu
this patch cleans up lcd4linux deps. Signed-off-by: Michael Vogt Index: Config.in === --- Config.in (revision 11392) +++ Config.in (working copy) @@ -70,11 +70,11 @@ config LCD4LINUX_DRV_PNG bool - prompt "PNG (you need to sele

Re: [OpenWrt-Devel] [PATCH] update lcd4linux (update) *fixed*

2008-06-01 Thread Florian Fainelli
Le Sunday 01 June 2008 18:32:51 John Crispin, vous avez écrit : > package dependency seems to be broken "(you need to select X)" does > not reeally replace DEPENDS:=+X > > > also on a quick test compiling HD44780 driver fails It did not fail for me on any driver. I have fixed dependencies hand

Re: [OpenWrt-Devel] [PATCH] update lcd4linux (update) *fixed*

2008-06-01 Thread Florian Fainelli
Le Sunday 01 June 2008 16:32:55 [EMAIL PROTECTED], vous avez écrit : > sorry, I messed up the previous patch, this one is tested > > > Signed-off-by: Michael Vogt > > > updated patch for lcd4linux > > > > Signed-off-by: Michael Vogt Applied in [11321]. Fixed with comments in [11322]. -- Best re

Re: [OpenWrt-Devel] [PATCH] update lcd4linux (update) *fixed*

2008-06-01 Thread John Crispin
package dependency seems to be broken "(you need to select X)" does not reeally replace DEPENDS:=+X also on a quick test compiling HD44780 driver fails [EMAIL PROTECTED] wrote: > sorry, I messed up the previous patch, this one is tested > > > Signed-off-by: Michael Vogt > >> updated p

Re: [OpenWrt-Devel] [PATCH] update lcd4linux

2008-05-08 Thread Oliver Ertl
There is s better version: http://lists.openwrt.org/pipermail/openwrt-devel/2008-April/002111.html > [EMAIL PROTECTED] wrote: > > update lcd4linux to the latest svn version > > > > Signed-off-by: Michael Vogt ___ openwrt-devel mailing list openwrt-dev

Re: [OpenWrt-Devel] [PATCH] update lcd4linux

2008-05-07 Thread Travis Kemen
[EMAIL PROTECTED] wrote: > update lcd4linux to the latest svn version > > Signed-off-by: Michael Vogt > > > > > ___ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.or

Re: [OpenWrt-Devel] [PATCH] update lcd4linux

2008-04-28 Thread michu
I guess sometimes I'm blind.. I trying to implement this, thanks for your hint! >> update lcd4linux to the latest svn version >> >> Signed-off-by: Michael Vogt > > I think the Makefile should be made configurable in a way like the > ffmpeg package is for the lcd4linux plugins. > > See: https

Re: [OpenWrt-Devel] [PATCH] update lcd4linux

2008-04-28 Thread michu
I agree about selecting each plugin via menu would be nice. But for example ffmpeg just combine 3 different applications/libs into one Makefile, so ffmpeg is not really configurable. If there is a solution to select each plugin and driver via menu, I would be glad to use this in the Makefile

Re: [OpenWrt-Devel] [PATCH] update lcd4linux

2008-04-28 Thread Oliver Ertl
> update lcd4linux to the latest svn version > > Signed-off-by: Michael Vogt I think the Makefile should be made configurable in a way like the ffmpeg package is for the lcd4linux plugins. See: https://dev.openwrt.org/browser/packages/multimedia/ffmpeg _

[OpenWrt-Devel] [PATCH] update lcd4linux

2008-04-28 Thread michu
update lcd4linux to the latest svn version Signed-off-by: Michael Vogt Index: lcd4linux/Makefile === --- lcd4linux/Makefile (revision 10911) +++ lcd4linux/Makefile (working copy) @@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk PKG_NA