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 <mail.gery@gmail.com>
This commit is contained in:
parent
3e0466eaff
commit
7cdff9ec14
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ endef
|
|||
|
||||
define Package/shadow-utils
|
||||
$(call Package/shadow/Default)
|
||||
DEPENDS:=+ALL:shadow
|
||||
endef
|
||||
|
||||
define Package/shadow-utils/config
|
||||
|
|
Loading…
Reference in a new issue