diff options
author | Daniel Laird <danieljlaird@hotmail.com> | 2008-08-27 11:01:16 +0000 |
---|---|---|
committer | Daniel Laird <danieljlaird@hotmail.com> | 2008-08-27 11:01:16 +0000 |
commit | f10aecd134cf82a20540fd31fc742add167e6167 (patch) | |
tree | a91cf89a2b69d6ff87d1fc9ba8fbfdc948f037b1 /package/fbdump/Config.in | |
parent | dc8423d97fc3579d6dde77198362225f377a200f (diff) | |
download | buildroot-novena-f10aecd134cf82a20540fd31fc742add167e6167.tar.gz buildroot-novena-f10aecd134cf82a20540fd31fc742add167e6167.zip |
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.
Diffstat (limited to 'package/fbdump/Config.in')
-rw-r--r-- | package/fbdump/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
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. + |