[LEDE-DEV] [PATCH] package net/cifs-utils: missing dependency?

John Crispin john at phrozen.org
Mon Oct 31 08:35:02 PDT 2016


Hi Paul,

this package is located inside the packages feed. please send the patch
as a PR using github.

	John

On 28/10/2016 20:54, p.wassi at gmx.at wrote:
> From: Paul Wassi <p.wassi at gmx.at>
> 
> Add dependency to kmod-fs-cifs
> 
> Signed-off-by: Paul Wassi <p.wassi at gmx.at>
> ---
> 'cifsmount' alone is not able to mount a SMB share, after
> having installed kmod-fs-cifs this was possible.
> So I guess adding kmod-fs-cifs as a dependency to cifsmount is ok.
> 
> diff --git a/net/cifs-utils/Makefile b/net/cifs-utils/Makefile
> --- a/net/cifs-utils/Makefile
> +++ b/net/cifs-utils/Makefile
> @@ -24,6 +24,7 @@ include $(INCLUDE_DIR)/package.mk
>  define Package/cifsmount
>    SECTION:=net
>    CATEGORY:=Network
> +  DEPENDS:=+kmod-fs-cifs
>    TITLE:=CIFS mount utilities
>    URL:=http://wiki.samba.org/index.php/LinuxCIFS_utils
>  endef
> 
> _______________________________________________
> Lede-dev mailing list
> Lede-dev at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/lede-dev
> 



More information about the Lede-dev mailing list