From 4b80af124aff67c3b163143e99127adf551eee34 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sun, 28 Apr 2013 20:04:59 +0300 Subject: [PATCH] projects/Virtual: use 'Generic' addons for both i386 and x86_64 --- projects/Virtual/options | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/projects/Virtual/options b/projects/Virtual/options index 9c9aec3e1f..4e527eebb8 100755 --- a/projects/Virtual/options +++ b/projects/Virtual/options @@ -338,12 +338,5 @@ ADDON_SERVER_URL="http://addons.openelec.tv" # set the addon dirs - case $TARGET_ARCH in - i386) - ADDON_PATH="$ADDON_VERSION/Generic/$TARGET_ARCH" - ;; - x86_64) - ADDON_PATH="$ADDON_VERSION/Intel/$TARGET_ARCH" - ;; - esac + ADDON_PATH="$ADDON_VERSION/Generic/$TARGET_ARCH" ADDON_URL="$ADDON_SERVER_URL/$ADDON_PATH"