mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 19:54:50 +00:00
cifs-utils: update to 6.10
Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
13
net/cifs-utils/patches/020-no-smb3.patch
Normal file
13
net/cifs-utils/patches/020-no-smb3.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -119,10 +119,8 @@ endif
|
||||
SUBDIRS = contrib
|
||||
|
||||
install-exec-hook:
|
||||
- (cd $(ROOTSBINDIR) && ln -sf mount.cifs mount.smb3)
|
||||
|
||||
install-data-hook:
|
||||
- (cd $(man8dir) && ln -sf mount.cifs.8 mount.smb3.8)
|
||||
|
||||
uninstall-hook:
|
||||
(cd $(ROOTSBINDIR) && rm -f $(ROOTSBINDIR)/mount.smb3)
|
||||
Reference in New Issue
Block a user