diff --git a/config/sources b/config/sources index 3418606775..9971c2a33e 100644 --- a/config/sources +++ b/config/sources @@ -1,5 +1,2 @@ -# Distribution Download site - DISTRO_SRC="http://sources.openelec.tv/$OPENELEC_VERSION" - # Sourceforge download site SOURCEFORGE_SRC="http://prdownloads.sourceforge.net" \ No newline at end of file diff --git a/projects/ATV/options b/projects/ATV/options index 3e318296b1..bec23fa8b3 100644 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -244,6 +244,9 @@ # Coreboot support (yes / no) COREBOOT="no" +# Distribution Specific source location + DISTRO_SRC="http://sources.openelec.tv/$OPENELEC_VERSION" + # Addon Server Url ADDON_SERVER_URL="http://addons.openelec.tv" diff --git a/projects/Fusion/options b/projects/Fusion/options index 03b1080c8b..b91d3a2e02 100644 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -244,6 +244,9 @@ # Coreboot support (yes / no) COREBOOT="no" +# Distribution Specific source location + DISTRO_SRC="http://sources.openelec.tv/$OPENELEC_VERSION" + # Addon Server Url ADDON_SERVER_URL="http://addons.openelec.tv" diff --git a/projects/Generic/options b/projects/Generic/options index 85697f0b8e..65c41f6cea 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -244,6 +244,9 @@ # Coreboot support (yes / no) COREBOOT="no" +# Distribution Specific source location + DISTRO_SRC="http://sources.openelec.tv/$OPENELEC_VERSION" + # Addon Server Url ADDON_SERVER_URL="http://addons.openelec.tv" diff --git a/projects/ION/options b/projects/ION/options index b6d24bbf64..b36a7ef27b 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -244,6 +244,9 @@ # Coreboot support (yes / no) COREBOOT="no" +# Distribution Specific source location + DISTRO_SRC="http://sources.openelec.tv/$OPENELEC_VERSION" + # Addon Server Url ADDON_SERVER_URL="http://addons.openelec.tv" diff --git a/projects/Intel/options b/projects/Intel/options index 6cb3315cdb..a153404603 100644 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -244,6 +244,9 @@ # Coreboot support (yes / no) COREBOOT="no" +# Distribution Specific source location + DISTRO_SRC="http://sources.openelec.tv/$OPENELEC_VERSION" + # Addon Server Url ADDON_SERVER_URL="http://addons.openelec.tv" diff --git a/projects/Ultra/options b/projects/Ultra/options index 44f74c36fa..e35d0f6171 100644 --- a/projects/Ultra/options +++ b/projects/Ultra/options @@ -244,6 +244,9 @@ # Coreboot support (yes / no) COREBOOT="no" +# Distribution Specific source location + DISTRO_SRC="http://sources.openelec.tv/$OPENELEC_VERSION" + # Addon Server Url ADDON_SERVER_URL="http://addons.openelec.tv"