summaryrefslogtreecommitdiffstats
path: root/rules/bzip2.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-03-11 09:55:18 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-03-11 09:55:18 +0000
commit48c5a5bc7d1de351fe08ed018e6b2c21a684bb8b (patch)
tree9c6afc113c45b0ee9fcf50b67f1668bfef4753a8 /rules/bzip2.in
parentd1f0c1534155f21de9ef49becd700abfba556560 (diff)
downloadptxdist-48c5a5bc7d1de351fe08ed018e6b2c21a684bb8b.tar.gz
ptxdist-48c5a5bc7d1de351fe08ed018e6b2c21a684bb8b.tar.xz
[bzip2] fixed menu indention
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10052 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/bzip2.in')
-rw-r--r--rules/bzip2.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/rules/bzip2.in b/rules/bzip2.in
index 01e1d2c62..9dc5d6c3c 100644
--- a/rules/bzip2.in
+++ b/rules/bzip2.in
@@ -1,8 +1,8 @@
## SECTION=shell_and_console
-config BZIP2
+menuconfig BZIP2
tristate
- prompt "bzip2"
+ prompt "bzip2 "
help
bzip2 is a freely available, patent free, high-quality data
compressor. The code is organised as a library with a
@@ -10,15 +10,17 @@ config BZIP2
of the library.
if BZIP2
- config BZIP2__BZIP2
+
+config BZIP2__BZIP2
bool
prompt "install bzip2 binary"
- config BZIP2__BZIP2RECOVER
+config BZIP2__BZIP2RECOVER
bool
prompt "install bzip2recover binary"
- config BZIP2__LIBBZ2
+config BZIP2__LIBBZ2
bool
prompt "install libbz2 library"
+
endif