diff options
Diffstat (limited to 'package/samba/Config.in')
-rw-r--r-- | package/samba/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/samba/Config.in b/package/samba/Config.in index fedbccdd6..0ab67edbb 100644 --- a/package/samba/Config.in +++ b/package/samba/Config.in @@ -13,6 +13,14 @@ config BR2_PACKAGE_SAMBA if BR2_PACKAGE_SAMBA +config BR2_PACKAGE_SAMBA_MAX_DEBUGLEVEL + int "Maximum level of compiled-in debug messages" + range -1 10000 + default -1 + help + Define the level of compiled-in debug messages. + This allows for big space savings, -1 being the lowest (none). + config BR2_PACKAGE_SAMBA_LIBICONV bool "extended encodings (libiconv)" depends on !BR2_ENABLE_LOCALE |