Signed-off-by: Alexander Dahl <[email protected]>
---
 rules/coreutils.in | 13 +++++++++++--
 1 file 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
-- 
2.11.0


_______________________________________________
ptxdist mailing list
[email protected]

Reply via email to