Re: [OpenWrt-Devel] Board Suggestion

2013-04-02 Thread Edwin van Drunen
rlands and have some spare parts for sale if you need it. Best regards, Edwin van Drunen > Message: 2 > Date: Tue, 2 Apr 2013 12:28:18 +0200 > From: Pietro Paolini > To: OpenWrt Development List > Subject: Re: [OpenWrt-Devel] Board Suggestion > Message-ID: <314b6f76-fc4d

Re: [OpenWrt-Devel] Board Suggestion

2013-04-02 Thread Edwin van Drunen
Hello Pietro, PC Engines Alix boards (AMD Geode / X86 arch.) are very easy and multifunctional. It uses CF cards for storage and can be easily flashed with an external card reader/writer. They have a DB9 serial port and also a TTL-level serial header (and I2C). Similar boards from Soekris Engine

[OpenWrt-Devel] [PATCH] [xorg] fix dependencies for packages libgl-mesa and xterm

2012-10-23 Thread Edwin van Drunen
From: Edwin van Drunen To be able to compile xterm the dependency libXft has to be added. For libgl-mesa the dependency libpthread has to be added. Without these added dependencies the build fails. Signed-off-by: Edwin van Drunen --- Index: xorg/app/xterm/Makefile

[OpenWrt-Devel] [PATCH] [kernel] add framebuffer (DisplayLink / Geode LX) and framebuffer console modules

2012-10-18 Thread Edwin van Drunen
From: Edwin van Drunen When DISPLAY_SUPPORT is enabled this will add the option to compile the following kernel modules (under video suport): - Framebuffer support - Framebuffer console support (with fonts and virtual terminal support) - Displaylink udlfb framebuffer driver - Geode LX

[OpenWrt-Devel] [PATCH] [kernel] add missing symbols for framebuffer and virtual terminal

2012-10-18 Thread Edwin van Drunen
From: Edwin van Drunen Add missing symbols to generic and x86 targets of the kernel which are needed for compiling Framebuffer and Virtual Terminal support. The symbol CONFIG_FB_GEODE has been moved from generic to x86, since Geode is an x86 subtarget, where also the new FB_GEODE subsymbols