diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-02 22:32:52 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-09 11:03:55 +0200 |
commit | 1ef21e7bd454e531286d33c720e9f49ace3ecc6a (patch) | |
tree | 513c0c32a4cddbdfa7c7b3380a336eb49de320f0 /package/cdrkit/Config.in | |
parent | 73b1ab73d7fcbf3c6db46c8e7c6eb612b7a2b27a (diff) | |
download | buildroot-novena-1ef21e7bd454e531286d33c720e9f49ace3ecc6a.tar.gz buildroot-novena-1ef21e7bd454e531286d33c720e9f49ace3ecc6a.zip |
cdrkit: new package
Supported both for the target and the host. Will be used by the root
filesystem generation code, thanks to genisoimage.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/cdrkit/Config.in')
-rw-r--r-- | package/cdrkit/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/cdrkit/Config.in b/package/cdrkit/Config.in new file mode 100644 index 000000000..2e255819a --- /dev/null +++ b/package/cdrkit/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_CDRKIT + # Needed for libbz + select BR2_PACKAGE_BZIP2 + select BR2_PACKAGE_LIBCAP + bool "cdrkit" + help + cdrkit is a suite of programs for recording CDs and DVDs, + blanking CD-RW media, creating ISO-9660 filesystem images, + extracting audio CD data, and more. + + http://www.cdrkit.org/ |