From: Gergely Kiss Date: Sat, 20 Dec 2014 22:12:22 +0000 (+0100) Subject: shadow-utils: remove dependency causing conflict X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7cdff9ec14382c5a8023ea682f5e18e57aa8fcaf;p=openwrt-packages.git 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 --- diff --git a/utils/shadow/Makefile b/utils/shadow/Makefile index 0899248a2..8896f71ad 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