mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
samba: enable wins support in configfiles, some cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
422525f715
commit
4d8177dfb5
@ -66,7 +66,7 @@ if [ "$SAMBA_SERVER" = yes ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p $SYSROOT_PREFIX/usr/lib
|
mkdir -p $SYSROOT_PREFIX/usr/lib
|
||||||
cp -PR bin/lib*client.so* $SYSROOT_PREFIX/usr/lib
|
cp -P bin/lib*client.so* $SYSROOT_PREFIX/usr/lib
|
||||||
|
|
||||||
mkdir -p $SYSROOT_PREFIX/usr/include
|
mkdir -p $SYSROOT_PREFIX/usr/include
|
||||||
cp include/libsmbclient.h $SYSROOT_PREFIX/usr/include
|
cp include/libsmbclient.h $SYSROOT_PREFIX/usr/include
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
security = share
|
security = share
|
||||||
guest account = root
|
guest account = root
|
||||||
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
|
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
|
||||||
wins support = no
|
wins support = yes
|
||||||
syslog only = yes
|
syslog only = yes
|
||||||
name resolve order = lmhosts wins bcast host
|
name resolve order = lmhosts wins bcast host
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
security = share
|
security = share
|
||||||
guest account = root
|
guest account = root
|
||||||
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
|
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
|
||||||
wins support = no
|
wins support = yes
|
||||||
syslog only = yes
|
syslog only = yes
|
||||||
name resolve order = lmhosts wins bcast host
|
name resolve order = lmhosts wins bcast host
|
||||||
|
|
||||||
|
@ -24,5 +24,4 @@ if [ "$SAMBA_SERVER" = yes ]; then
|
|||||||
|
|
||||||
mkdir -p $INSTALL/etc/init.d
|
mkdir -p $INSTALL/etc/init.d
|
||||||
cp $PKG_DIR/scripts/* $INSTALL/etc/init.d
|
cp $PKG_DIR/scripts/* $INSTALL/etc/init.d
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user