net/cifs-utils: missing dependency 3436/head
authorp-wassi <p.wassi@gmx.at>
Tue, 1 Nov 2016 18:08:08 +0000 (19:08 +0100)
committerGitHub <noreply@github.com>
Tue, 1 Nov 2016 18:08:08 +0000 (19:08 +0100)
'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.

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
net/cifs-utils/Makefile

index 87b8a30eaa8962f31000efc3b717d9a7a904b232..ed2edd6211a725c9ea0b2c0ec60b778a39c5d6d1 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=cifs-utils
 PKG_VERSION:=6.4
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE_URL:=http://ftp.samba.org/pub/linux-cifs/cifs-utils
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
@@ -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