From 248ce2120074e1d83112b2091efa79047bb317b4 Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Sat, 1 Oct 2016 00:20:35 -0700 Subject: [PATCH 1/2] WeTek_*/options: cleanup obsolete options --- projects/WeTek_Core/options | 12 ------------ projects/WeTek_Hub/options | 12 ------------ projects/WeTek_Play_2/options | 12 ------------ 3 files changed, 36 deletions(-) diff --git a/projects/WeTek_Core/options b/projects/WeTek_Core/options index e7e835db8f..529b69c56f 100644 --- a/projects/WeTek_Core/options +++ b/projects/WeTek_Core/options @@ -145,18 +145,6 @@ # build with installer (yes / no) INSTALLER_SUPPORT="no" - # build and install 'RSXS' Screensaver (yes / no) - KODI_SCR_RSXS="no" - - # build and install 'ProjectM' Visualization (yes / no) - KODI_VIS_PROJECTM="no" - - # build and install 'GOOM' Visualization (yes / no) - KODI_VIS_GOOM="no" - - # build and install 'FishBMC' Visualization (yes / no) - KODI_VIS_FISHBMC="no" - # extra build dependeices EXTRA_DEPS="mkimage" EXTRA_DEPS_PKG="u-boot-tools" diff --git a/projects/WeTek_Hub/options b/projects/WeTek_Hub/options index facd7d3b3d..5675565e64 100644 --- a/projects/WeTek_Hub/options +++ b/projects/WeTek_Hub/options @@ -133,18 +133,6 @@ # build with installer (yes / no) INSTALLER_SUPPORT="no" - # build and install 'RSXS' Screensaver (yes / no) - KODI_SCR_RSXS="no" - - # build and install 'ProjectM' Visualization (yes / no) - KODI_VIS_PROJECTM="no" - - # build and install 'GOOM' Visualization (yes / no) - KODI_VIS_GOOM="no" - - # build and install 'FishBMC' Visualization (yes / no) - KODI_VIS_FISHBMC="no" - # extra build dependeices EXTRA_DEPS="mkimage" EXTRA_DEPS_PKG="u-boot-tools" diff --git a/projects/WeTek_Play_2/options b/projects/WeTek_Play_2/options index 27e871546c..31d4a61561 100644 --- a/projects/WeTek_Play_2/options +++ b/projects/WeTek_Play_2/options @@ -132,18 +132,6 @@ # build with installer (yes / no) INSTALLER_SUPPORT="no" - # build and install 'RSXS' Screensaver (yes / no) - KODI_SCR_RSXS="no" - - # build and install 'ProjectM' Visualization (yes / no) - KODI_VIS_PROJECTM="no" - - # build and install 'GOOM' Visualization (yes / no) - KODI_VIS_GOOM="no" - - # build and install 'FishBMC' Visualization (yes / no) - KODI_VIS_FISHBMC="no" - # extra build dependeices EXTRA_DEPS="mkimage" EXTRA_DEPS_PKG="u-boot-tools" From a3f816cb058f284151e9ccc931f15f02e52cdcce Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Sat, 1 Oct 2016 00:25:22 -0700 Subject: [PATCH 2/2] WeTek_*/options: redirects can be handled by the webserver --- projects/WeTek_Core/options | 4 ---- projects/WeTek_Hub/options | 4 ---- projects/WeTek_Play_2/options | 4 ---- 3 files changed, 12 deletions(-) diff --git a/projects/WeTek_Core/options b/projects/WeTek_Core/options index 529b69c56f..eac68133c4 100644 --- a/projects/WeTek_Core/options +++ b/projects/WeTek_Core/options @@ -151,7 +151,3 @@ # kernel image name KERNEL_NAME="kernel.img" - - # set the addon dirs - ADDON_PATH="$ADDON_VERSION/WeTek_Play/$TARGET_ARCH" - ADDON_URL="$ADDON_SERVER_URL/$ADDON_PATH" diff --git a/projects/WeTek_Hub/options b/projects/WeTek_Hub/options index 5675565e64..b9b8c5291d 100644 --- a/projects/WeTek_Hub/options +++ b/projects/WeTek_Hub/options @@ -139,7 +139,3 @@ # kernel image name KERNEL_NAME="kernel.img" - - # set the addon dirs - ADDON_PATH="$ADDON_VERSION/$PROJECT/$TARGET_ARCH" - ADDON_URL="$ADDON_SERVER_URL/$ADDON_PATH" diff --git a/projects/WeTek_Play_2/options b/projects/WeTek_Play_2/options index 31d4a61561..4f548115ab 100644 --- a/projects/WeTek_Play_2/options +++ b/projects/WeTek_Play_2/options @@ -138,7 +138,3 @@ # kernel image name KERNEL_NAME="kernel.img" - - # set the addon dirs - ADDON_PATH="$ADDON_VERSION/WeTek_Hub/$TARGET_ARCH" - ADDON_URL="$ADDON_SERVER_URL/$ADDON_PATH"