|
@@ -59,12 +59,6 @@ COREUTILS_BIN_PROGS = cat chgrp chmod chown cp date dd df dir echo false \
|
|
kill link ln ls mkdir mknod mktemp mv nice printenv pwd rm rmdir \
|
|
kill link ln ls mkdir mknod mktemp mv nice printenv pwd rm rmdir \
|
|
vdir sleep stty sync touch true uname join
|
|
vdir sleep stty sync touch true uname join
|
|
|
|
|
|
-# If both coreutils and busybox are selected, make certain coreutils
|
|
|
|
-# wins the fight over who gets to have their utils actually installed.
|
|
|
|
-ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
|
|
|
-COREUTILS_DEPENDENCIES = busybox
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
ifeq ($(BR2_PACKAGE_ACL),y)
|
|
ifeq ($(BR2_PACKAGE_ACL),y)
|
|
COREUTILS_DEPENDENCIES += acl
|
|
COREUTILS_DEPENDENCIES += acl
|
|
else
|
|
else
|