summaryrefslogtreecommitdiff
path: root/package/cdrkit/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-03-02 22:32:52 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-04-09 11:03:55 +0200
commit1ef21e7bd454e531286d33c720e9f49ace3ecc6a (patch)
tree513c0c32a4cddbdfa7c7b3380a336eb49de320f0 /package/cdrkit/Config.in
parent73b1ab73d7fcbf3c6db46c8e7c6eb612b7a2b27a (diff)
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.in11
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/