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"