07234b4379
Samba3 patch is updated again so it applies after the new serive function update (#29075). I just tested it on my router and everything (still) seems to work. So please commit it. Through all versions these things are added to the original package in the repositories: * Updates samba3 package to version 3.0.37 * Splits nmbd and mountcifs into separate packages * Added settings to remove printing support and to make smbd even smaller * Removed LDAP, Kerebos and AD support * Added iconv support Signed-off-by: Maarten Bezemer <m.m.bezemer@utwente.nl> git-svn-id: svn://svn.openwrt.org/openwrt/packages@29343 3c298f89-4303-0410-b956-a3cf2f4a3e73
24 lines
689 B
Plaintext
24 lines
689 B
Plaintext
config SAMBA3_CONFIG_DEBUG
|
|
bool "Enable Logging for samba3"
|
|
depends PACKAGE_samba3
|
|
default n
|
|
help
|
|
Enables debugging support (will make binaries *much* bigger)
|
|
Also increases MAX_DEBUG_LEVEL to get more messages (also increases binary sizes!)
|
|
|
|
config SAMBA3_CONFIG_SMALLER
|
|
bool "Make samba3 even smaller"
|
|
depends PACKAGE_samba3
|
|
default y
|
|
help
|
|
Removes support for ???
|
|
Saves about 18kB for smbd, about 16kB for nmbd and about 17kB for smbpasswd
|
|
|
|
config SAMBA3_CONFIG_NO_PRINTING
|
|
bool "Remove shared printing support"
|
|
depends PACKAGE_samba3
|
|
default y
|
|
help
|
|
Removes shared printing support.
|
|
Saves about 18kB for smbd, about 15kB for nmbd and about 18kB for smbpasswd
|