From 7cdff9ec14382c5a8023ea682f5e18e57aa8fcaf Mon Sep 17 00:00:00 2001 From: Gergely Kiss Date: Sat, 20 Dec 2014 23:12:22 +0100 Subject: [PATCH] shadow-utils: remove dependency causing conflict The "+ALL:shadow" dependency causes conflict with passwd utility as it is provided by busybox in the default configuration. Signed-off-by: Gergely Kiss --- utils/shadow/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/shadow/Makefile b/utils/shadow/Makefile index 0899248a29..8896f71add 100644 --- a/utils/shadow/Makefile +++ b/utils/shadow/Makefile @@ -64,7 +64,6 @@ endef define Package/shadow-utils $(call Package/shadow/Default) - DEPENDS:=+ALL:shadow endef define Package/shadow-utils/config