mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
samba: enable nmblookup, for kodi
This commit is contained in:
parent
0b2d0a8739
commit
962ac30e40
@ -83,7 +83,7 @@ configure_package() {
|
||||
--without-ldb-lmdb \
|
||||
--nopyc --nopyo"
|
||||
|
||||
PKG_SAMBA_TARGET="smbclient,client/smbclient,smbtree,testparm"
|
||||
PKG_SAMBA_TARGET="smbclient,client/smbclient,smbtree,nmblookup,testparm"
|
||||
|
||||
if [ "$SAMBA_SERVER" = "yes" ]; then
|
||||
PKG_SAMBA_TARGET+=",smbd/smbd,nmbd,smbpasswd"
|
||||
@ -143,6 +143,7 @@ post_makeinstall_target() {
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp -PR bin/default/source3/client/smbclient $INSTALL/usr/bin
|
||||
cp -PR bin/default/source3/utils/smbtree $INSTALL/usr/bin
|
||||
cp -PR bin/default/source3/utils/nmblookup $INSTALL/usr/bin
|
||||
cp -PR bin/default/source3/utils/testparm $INSTALL/usr/bin
|
||||
|
||||
if [ "$SAMBA_SERVER" = "yes" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user