mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
openssh: make installing of SFTP server optional at buildtime
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5fea304286
commit
87ca0cbcaa
@ -39,5 +39,7 @@ mkdir -p $INSTALL/usr/bin
|
|||||||
mkdir -p $INSTALL/usr/sbin
|
mkdir -p $INSTALL/usr/sbin
|
||||||
cp $PKG_BUILD/sshd $INSTALL/usr/sbin/
|
cp $PKG_BUILD/sshd $INSTALL/usr/sbin/
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/libexec
|
if [ $SFTP_SERVER = "yes" ]; then
|
||||||
cp $PKG_BUILD/sftp-server $INSTALL/usr/libexec
|
mkdir -p $INSTALL/usr/libexec
|
||||||
|
cp $PKG_BUILD/sftp-server $INSTALL/usr/libexec
|
||||||
|
fi
|
||||||
|
@ -140,6 +140,9 @@
|
|||||||
# build and install Samba Server (yes / no)
|
# build and install Samba Server (yes / no)
|
||||||
SAMBA_SERVER="yes"
|
SAMBA_SERVER="yes"
|
||||||
|
|
||||||
|
# build and install SFTP Server (yes / no)
|
||||||
|
SFTP_SERVER="yes"
|
||||||
|
|
||||||
# build and install some tools for including in release (yes / no)
|
# build and install some tools for including in release (yes / no)
|
||||||
# some of this tools are: htop, nano, wgetpaste
|
# some of this tools are: htop, nano, wgetpaste
|
||||||
TOOLS="yes"
|
TOOLS="yes"
|
||||||
|
@ -140,6 +140,9 @@
|
|||||||
# build and install Samba Server (yes / no)
|
# build and install Samba Server (yes / no)
|
||||||
SAMBA_SERVER="yes"
|
SAMBA_SERVER="yes"
|
||||||
|
|
||||||
|
# build and install SFTP Server (yes / no)
|
||||||
|
SFTP_SERVER="yes"
|
||||||
|
|
||||||
# build and install some tools for including in release (yes / no)
|
# build and install some tools for including in release (yes / no)
|
||||||
# some of this tools are: htop, nano, wgetpaste
|
# some of this tools are: htop, nano, wgetpaste
|
||||||
TOOLS="yes"
|
TOOLS="yes"
|
||||||
|
@ -140,6 +140,9 @@
|
|||||||
# build and install Samba Server (yes / no)
|
# build and install Samba Server (yes / no)
|
||||||
SAMBA_SERVER="yes"
|
SAMBA_SERVER="yes"
|
||||||
|
|
||||||
|
# build and install SFTP Server (yes / no)
|
||||||
|
SFTP_SERVER="yes"
|
||||||
|
|
||||||
# build and install some tools for including in release (yes / no)
|
# build and install some tools for including in release (yes / no)
|
||||||
# some of this tools are: htop, nano, wgetpaste
|
# some of this tools are: htop, nano, wgetpaste
|
||||||
TOOLS="yes"
|
TOOLS="yes"
|
||||||
|
@ -140,6 +140,9 @@
|
|||||||
# build and install Samba Server (yes / no)
|
# build and install Samba Server (yes / no)
|
||||||
SAMBA_SERVER="yes"
|
SAMBA_SERVER="yes"
|
||||||
|
|
||||||
|
# build and install SFTP Server (yes / no)
|
||||||
|
SFTP_SERVER="yes"
|
||||||
|
|
||||||
# build and install some tools for including in release (yes / no)
|
# build and install some tools for including in release (yes / no)
|
||||||
# some of this tools are: htop, nano, wgetpaste
|
# some of this tools are: htop, nano, wgetpaste
|
||||||
TOOLS="yes"
|
TOOLS="yes"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user