diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2019-12-30 07:54:53 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2020-03-21 22:35:45 +0100 |
commit | 8c33debb528919abdb11abd7561538abb57b875b (patch) | |
tree | 024416f9d153733076a8fd9c210828749b048d4d /package/network/services/samba36/Makefile | |
parent | 8abefc8896e7138a101fbb3d228946c43321503e (diff) | |
download | upstream-8c33debb528919abdb11abd7561538abb57b875b.tar.gz upstream-8c33debb528919abdb11abd7561538abb57b875b.tar.bz2 upstream-8c33debb528919abdb11abd7561538abb57b875b.zip |
samba36: log error if getting device info failed
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'package/network/services/samba36/Makefile')
-rw-r--r-- | package/network/services/samba36/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/samba36/Makefile b/package/network/services/samba36/Makefile index a4392f62c5..161f6b45aa 100644 --- a/package/network/services/samba36/Makefile +++ b/package/network/services/samba36/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=samba PKG_VERSION:=3.6.25 -PKG_RELEASE:=14 +PKG_RELEASE:=15 PKG_SOURCE_URL:=https://download.samba.org/pub/samba \ https://download.samba.org/pub/samba/stable |