mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #3436 from p-wassi/master
net/cifs-utils: missing dependency
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=cifs-utils
|
PKG_NAME:=cifs-utils
|
||||||
PKG_VERSION:=6.4
|
PKG_VERSION:=6.4
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://ftp.samba.org/pub/linux-cifs/cifs-utils
|
PKG_SOURCE_URL:=http://ftp.samba.org/pub/linux-cifs/cifs-utils
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
@@ -24,6 +24,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/cifsmount
|
define Package/cifsmount
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
|
DEPENDS:=+kmod-fs-cifs
|
||||||
TITLE:=CIFS mount utilities
|
TITLE:=CIFS mount utilities
|
||||||
URL:=http://wiki.samba.org/index.php/LinuxCIFS_utils
|
URL:=http://wiki.samba.org/index.php/LinuxCIFS_utils
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user