diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-17 15:11:29 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-17 15:11:53 +0200 |
commit | e1659cebc158f2cfb1862226a28e6c9b85138192 (patch) | |
tree | e03f50e2a000bf2417f3206d05614f2f41f72462 | |
parent | a202a6e6bc1df6dae97339c44b723829ba79dd39 (diff) |
cifs-utils: add kernel dependency
-rw-r--r-- | package/cifs-utils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/cifs-utils/Makefile b/package/cifs-utils/Makefile index b9c1d3a34..d2c0f698f 100644 --- a/package/cifs-utils/Makefile +++ b/package/cifs-utils/Makefile @@ -9,6 +9,7 @@ PKG_RELEASE:= 1 PKG_HASH:= d07152a807de6840566bbcc69a97ff6fa17fca4e09ceb4641d74882a83e67125 PKG_DESCR:= network filesystem utilities PKG_SECTION:= net/fs +PKG_KDEPENDS:= cifs PKG_URL:= https://wiki.samba.org/index.php/LinuxCIFS_utils PKG_SITES:= https://ftp.samba.org/pub/linux-cifs/cifs-utils/ |