summaryrefslogtreecommitdiffstats
path: root/rules/diffutils.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/diffutils.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/diffutils.in')
-rw-r--r--rules/diffutils.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/diffutils.in b/rules/diffutils.in
index da16a055f..84ee2297a 100644
--- a/rules/diffutils.in
+++ b/rules/diffutils.in
@@ -8,12 +8,12 @@ if DIFFUTILS
config DIFFUTILS_DIFF
bool
prompt "diff"
- depends on !BB_CONFIG_DIFF
+ depends on !BUSYBOX_DIFF
help
diff - compare files line by line
-comment "busybox's diff selected"
- depends on BB_CONFIG_DIFF
+comment "BusyBox' diff selected"
+ depends on BUSYBOX_DIFF
config DIFFUTILS_DIFF3
bool
@@ -30,11 +30,11 @@ config DIFFUTILS_SDIFF
config DIFFUTILS_CMP
bool
prompt "cmp"
- depends on !BB_CONFIG_CMP
+ depends on !BUSYBOX_CMP
help
cmp - compare two files byte by byte
-comment "busybox's cmp selected"
- depends on BB_CONFIG_CMP
+comment "BusyBox' cmp selected"
+ depends on BUSYBOX_CMP
endif