diff options
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 2842c982bf..2644f7d565 100644 --- a/package/network/services/samba36/Makefile +++ b/package/network/services/samba36/Makefile @@ -49,7 +49,7 @@ endef define Package/samba36-server/config config PACKAGE_SAMBA_MAX_DEBUG_LEVEL int "Maximum level of compiled-in debug messages" - depends PACKAGE_samba36-server || PACKAGE_samba36-client + depends on PACKAGE_samba36-server || PACKAGE_samba36-client default -1 endef |