1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

jfbterm - J Framebuffer Terminal

JFBTERM takes advantages of framebuffer device and makes it able to display multilingual text on console
This commit is contained in:
kyak
2010-07-14 10:29:12 +04:00
parent bc9afd7b36
commit d3db1719d6
10 changed files with 271 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/fbcommon.c 2010-06-19 22:33:15.744920495 +0400
+++ b/fbcommon.c 2010-06-19 22:33:36.347047734 +0400
@@ -46,7 +46,7 @@
#endif
#include <linux/vt.h>
#include <linux/fb.h>
-#include <asm/page.h>
+#include <asm-generic/page.h>
#include "mytypes.h"
#include "fbcommon.h"