diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/cifs-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/cifs-utils/Makefile b/package/cifs-utils/Makefile index 8c65f3de2..38d2cd45a 100644 --- a/package/cifs-utils/Makefile +++ b/package/cifs-utils/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:= cifs-utils PKG_VERSION:= 6.1 -PKG_RELEASE:= 5 +PKG_RELEASE:= 6 PKG_MD5SUM:= f83ef48ab1154aa74dd4cf1c1202bf04 PKG_DESCR:= CIFS utilities PKG_SECTION:= net/fs PKG_DEPENDS:= kmod-cifs kmod-nls-utf8 -PKG_BUILDDEP:= autotool +PKG_BUILDDEP:= autotool keyutils PKG_URL:= https://wiki.samba.org/index.php/LinuxCIFS_utils PKG_SITES:= ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/ |