From f10aecd134cf82a20540fd31fc742add167e6167 Mon Sep 17 00:00:00 2001 From: Daniel Laird Date: Wed, 27 Aug 2008 11:01:16 +0000 Subject: fbdump: Add new package fbdump. fbdump is a simple tool to capture snapshots from the Linux kernel framebuffer device and write them out as a PPM file. Currently, most packed-pixel framebuffer formats and the vga16 framebuffer are supported. --- package/fbdump/Config.in | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 package/fbdump/Config.in (limited to 'package/fbdump/Config.in') diff --git a/package/fbdump/Config.in b/package/fbdump/Config.in new file mode 100644 index 000000000..2f3a2766e --- /dev/null +++ b/package/fbdump/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_FBDUMP + bool "fbdump (Framebuffer Capture Tool)" + help + fbdump is a simple tool to capture snapshots from the Linux kernel framebuffer + device and write them out as a PPM file. Currently, most packed-pixel framebuffer + formats and the vga16 framebuffer are supported. + -- cgit v1.2.3