mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
cp $PKG_BUILD/sshd $INSTALL/usr/sbin/
|
||||
|
||||
mkdir -p $INSTALL/usr/libexec
|
||||
cp $PKG_BUILD/sftp-server $INSTALL/usr/libexec
|
||||
if [ $SFTP_SERVER = "yes" ]; then
|
||||
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)
|
||||
SAMBA_SERVER="yes"
|
||||
|
||||
# build and install SFTP Server (yes / no)
|
||||
SFTP_SERVER="yes"
|
||||
|
||||
# build and install some tools for including in release (yes / no)
|
||||
# some of this tools are: htop, nano, wgetpaste
|
||||
TOOLS="yes"
|
||||
|
@ -140,6 +140,9 @@
|
||||
# build and install Samba Server (yes / no)
|
||||
SAMBA_SERVER="yes"
|
||||
|
||||
# build and install SFTP Server (yes / no)
|
||||
SFTP_SERVER="yes"
|
||||
|
||||
# build and install some tools for including in release (yes / no)
|
||||
# some of this tools are: htop, nano, wgetpaste
|
||||
TOOLS="yes"
|
||||
|
@ -140,6 +140,9 @@
|
||||
# build and install Samba Server (yes / no)
|
||||
SAMBA_SERVER="yes"
|
||||
|
||||
# build and install SFTP Server (yes / no)
|
||||
SFTP_SERVER="yes"
|
||||
|
||||
# build and install some tools for including in release (yes / no)
|
||||
# some of this tools are: htop, nano, wgetpaste
|
||||
TOOLS="yes"
|
||||
|
@ -140,6 +140,9 @@
|
||||
# build and install Samba Server (yes / no)
|
||||
SAMBA_SERVER="yes"
|
||||
|
||||
# build and install SFTP Server (yes / no)
|
||||
SFTP_SERVER="yes"
|
||||
|
||||
# build and install some tools for including in release (yes / no)
|
||||
# some of this tools are: htop, nano, wgetpaste
|
||||
TOOLS="yes"
|
||||
|
Loading…
x
Reference in New Issue
Block a user