From a3f816cb058f284151e9ccc931f15f02e52cdcce Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Sat, 1 Oct 2016 00:25:22 -0700 Subject: [PATCH] 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"