[LEDE-DEV] [PATCH] package net/cifs-utils: missing dependency?
p.wassi at gmx.at
p.wassi at gmx.at
Fri Oct 28 11:54:34 PDT 2016
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
More information about the Lede-dev
mailing list