summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-12-07 11:53:46 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-12-07 11:53:46 +0100
commitcb32ae06aea94c0ead4b38d394211e179244bc0f (patch)
treede0ede1e97d29a2cda23d4761d54a422957f0d05
parent375d2cf29b7043b190980c3b4f3cef634cfcf398 (diff)
downloadptxdist-cb32ae06aea94c0ead4b38d394211e179244bc0f.tar.gz
ptxdist-cb32ae06aea94c0ead4b38d394211e179244bc0f.tar.xz
coreutils: confict with busybox groups/users
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/coreutils.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/coreutils.in b/rules/coreutils.in
index 02cc14d11..c173d26cc 100644
--- a/rules/coreutils.in
+++ b/rules/coreutils.in
@@ -86,6 +86,10 @@ comment "BusyBox' nohup is selected!"
config COREUTILS_GROUPS
bool
prompt "groups"
+ depends on !BUSYBOX_GROUPS || ALLYES
+
+comment "BusyBox' groups is selected!"
+ depends on BUSYBOX_GROUPS
config COREUTILS_SHA224SUM
bool
@@ -262,6 +266,10 @@ comment "busybox' sum is selected!"
config COREUTILS_USERS
bool
prompt "users"
+ depends on !BUSYBOX_USERS || ALLYES
+
+comment "BusyBox' users is selected!"
+ depends on BUSYBOX_USERS
config COREUTILS_TOUCH
bool