summaryrefslogtreecommitdiffstats
path: root/rules/coreutils.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-01-04 13:40:36 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-01-04 13:40:36 +0000
commitec07a5b4294f510b5a757c97ec88bbdde2873f13 (patch)
tree6109e33cc5acc04fea727ef7025a3de83070aa38 /rules/coreutils.in
parent42b7f06be0f2713cece1198a56b52290769205c9 (diff)
downloadptxdist-ec07a5b4294f510b5a757c97ec88bbdde2873f13.tar.gz
ptxdist-ec07a5b4294f510b5a757c97ec88bbdde2873f13.tar.xz
* patches/busybox-1.10.4, patches/busybox-1.13.2:
ported * rules/*.in: changed busybox config symbol from BB_CONFIG to BUSYBOX * config/busybox/* changed busybox config symbol from BB_CONFIG to BUSYBOX imported from busybox-1.13.2 * rules/busybox.make: version bump to 1.13.2 changed busybox config symbol from BB_CONFIG to BUSYBOX git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9373 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/coreutils.in')
-rw-r--r--rules/coreutils.in26
1 files changed, 13 insertions, 13 deletions
diff --git a/rules/coreutils.in b/rules/coreutils.in
index c1e87017a..248b1c5ac 100644
--- a/rules/coreutils.in
+++ b/rules/coreutils.in
@@ -10,48 +10,48 @@ if COREUTILS
config COREUTILS_CP
bool
prompt "cp"
- depends on !BB_CONFIG_CP
+ depends on !BUSYBOX_CP
help
copy files and directories
-comment "busy box' cp is selected!"
- depends on BB_CONFIG_CP
+comment "BusyBox' cp is selected!"
+ depends on BUSYBOX_CP
config COREUTILS_DD
bool
prompt "dd"
- depends on !BB_CONFIG_DD
+ depends on !BUSYBOX_DD
help
convert and copy a file
-comment "busy box' dd is selected!"
- depends on COREUTILS && BB_CONFIG_DD
+comment "BusyBox' dd is selected!"
+ depends on COREUTILS && BUSYBOX_DD
config COREUTILS_MD5SUM
bool
prompt "md5sum"
- depends on !BB_CONFIG_MD5SUM
+ depends on !BUSYBOX_MD5SUM
help
compute and check MD5 message digest
-comment "busy box' md5sum is selected!"
- depends on BB_CONFIG_MD5SUM
+comment "BusyBox' md5sum is selected!"
+ depends on BUSYBOX_MD5SUM
config COREUTILS_READLINK
bool
prompt "readlink"
- depends on !BB_CONFIG_READLINK
+ depends on !BUSYBOX_READLINK
help
the readlink tool
config COREUTILS_SEQ
bool
prompt "seq"
- depends on !BB_CONFIG_SEQ
+ depends on !BUSYBOX_SEQ
help
print a sequence of numbers
-comment "busy box' seq is selected!"
- depends on BB_CONFIG_SEQ
+comment "BusyBox' seq is selected!"
+ depends on BUSYBOX_SEQ
endif