diff mbox

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

Message ID trinity-d5a63244-d3d7-4a72-8395-9f0ab01e4434-1477680874000@3capp-gmx-bs35
State Awaiting Upstream
Headers show

Commit Message

p.wassi@gmx.at Oct. 28, 2016, 6:54 p.m. UTC
From: Paul Wassi <p.wassi@gmx.at>

Add dependency to kmod-fs-cifs

Signed-off-by: Paul Wassi <p.wassi@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.

Comments

John Crispin Oct. 31, 2016, 3:35 p.m. UTC | #1
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@gmx.at wrote:
> From: Paul Wassi <p.wassi@gmx.at>
> 
> Add dependency to kmod-fs-cifs
> 
> Signed-off-by: Paul Wassi <p.wassi@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@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/lede-dev
>
diff mbox

Patch

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