From f490af2c65c32003dbf9eaeda7ca02eac2ceb82b Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sun, 11 Jan 2015 16:51:38 +0200 Subject: [PATCH] buildsys: clean up vpn support --- config/functions | 2 -- distributions/OpenELEC/options | 6 ------ 2 files changed, 8 deletions(-) diff --git a/config/functions b/config/functions index 7077e962fe..18fa734266 100644 --- a/config/functions +++ b/config/functions @@ -370,8 +370,6 @@ show_config() { config_message="$config_message\n - SAMBA mounting support:\t\t $SAMBA_SUPPORT" config_message="$config_message\n - SAMBA server support:\t\t $SAMBA_SERVER" config_message="$config_message\n - SFTP server support:\t\t\t $SFTP_SERVER" - config_message="$config_message\n - PPTP support:\t\t\t $PPTP_SUPPORT" - config_message="$config_message\n - OpenVPN support:\t\t\t $OPENVPN_SUPPORT" # OS configuration diff --git a/distributions/OpenELEC/options b/distributions/OpenELEC/options index b69ebdf990..aa53de6cbc 100644 --- a/distributions/OpenELEC/options +++ b/distributions/OpenELEC/options @@ -131,12 +131,6 @@ # build and install SFTP Server (yes / no) SFTP_SERVER="yes" -# build and install PPP support (yes / no) - PPTP_SUPPORT="yes" - -# build and install OpenVPN support (yes / no) - OPENVPN_SUPPORT="yes" - # build and install diskmounter support (udevil) # this service provide auto mounting support for external drives in the # mediacenter also automount internally drives at boottime via udev (yes / no)