mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
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:
@@ -64,7 +64,6 @@ endef
|
|||||||
|
|
||||||
define Package/shadow-utils
|
define Package/shadow-utils
|
||||||
$(call Package/shadow/Default)
|
$(call Package/shadow/Default)
|
||||||
DEPENDS:=+ALL:shadow
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/shadow-utils/config
|
define Package/shadow-utils/config
|
||||||
|
|||||||
Reference in New Issue
Block a user