summaryrefslogtreecommitdiffstats
path: root/rules/coreutils.in
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2018-06-19 15:51:10 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-07-25 15:07:36 +0200
commitb3172d4f91fb86cfad465005e23a4a9f5d1509bc (patch)
tree76a8ec357e90a4a5bf3946ef985823ef42b4d9b9 /rules/coreutils.in
parent7e77544f0c7850e93f5cb4047323b73bd5c9a00d (diff)
downloadptxdist-b3172d4f91fb86cfad465005e23a4a9f5d1509bc.tar.gz
ptxdist-b3172d4f91fb86cfad465005e23a4a9f5d1509bc.tar.xz
coreutils: Fix missing busybox guard comments
Signed-off-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/coreutils.in')
-rw-r--r--rules/coreutils.in13
1 files changed, 11 insertions, 2 deletions
diff --git a/rules/coreutils.in b/rules/coreutils.in
index 75d897440..73cd094b0 100644
--- a/rules/coreutils.in
+++ b/rules/coreutils.in
@@ -327,6 +327,9 @@ config COREUTILS_READLINK
help
the readlink tool
+comment "busybox' readlink is selected!"
+ depends on BUSYBOX_READLINK
+
config COREUTILS_REALPATH
bool
prompt "realpath"
@@ -334,6 +337,9 @@ config COREUTILS_REALPATH
help
return the canonicalised absolute pathname
+comment "busybox' realpath is selected!"
+ depends on BUSYBOX_REALPATH
+
config COREUTILS_TAC
bool
prompt "tac"
@@ -359,6 +365,9 @@ config COREUTILS_DD
help
convert and copy a file
+comment "BusyBox' dd is selected!"
+ depends on BUSYBOX_DD
+
config COREUTILS_DF
bool
prompt "df"
@@ -366,8 +375,8 @@ config COREUTILS_DF
help
report file system disk space usage
-comment "BusyBox' dd is selected!"
- depends on COREUTILS && BUSYBOX_DD
+comment "BusyBox' df is selected!"
+ depends on BUSYBOX_DF
config COREUTILS_YES
bool