commit acec7dff2e6fc32baf143e0dabb54d14754ecf35
parent bc638d31000c94248efd1f53752564aed4c5301a
Author: Florian Fainelli <f.fainelli@gmail.com>
Date: Sun, 6 Nov 2016 11:41:33 -0800
Merge pull request #3436 from p-wassi/master
net/cifs-utils: missing dependency
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net/cifs-utils/Makefile b/net/cifs-utils/Makefile
@@ -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