diff --git a/config/path b/config/path index acfd2f6757..02eec0a619 100644 --- a/config/path +++ b/config/path @@ -36,7 +36,6 @@ fi HOST_NAME=`$SCRIPTS/configtools/config.guess` TARGET_NAME=$TARGET_FAMILY-openelec-linux-gnu -OPENELEC_SRC=http://sources.openelec.tv/src/$OPENELEC_VERSION BUILD=$BUILD_BASE.$DISTRONAME-$PROJECT.$TARGET_ARCH.$OPENELEC_VERSION TARGET_IMG=$ROOT/$TARGET TARGET_ADDONS="$TARGET_IMG/$ADDONS/$ADDON_PATH" @@ -52,6 +51,8 @@ TARGET_PREFIX=$ROOT/$TOOLCHAIN/bin/$TARGET_NAME- FAKEROOT_SCRIPT=$ROOT/.fakeroot.$PROJECT.$TARGET_ARCH +. config/sources + if [ "$OPENELEC_VERSION" = devel ]; then DEBUG=no DEVTOOLS=yes diff --git a/config/sources b/config/sources new file mode 100644 index 0000000000..37ebea1958 --- /dev/null +++ b/config/sources @@ -0,0 +1,5 @@ +# OpenELEC Download site + OPENELEC_SRC="http://sources.openelec.tv/src/$OPENELEC_VERSION" + +# Sourceforge download site + SOURCEFORGE_SRC="http://prdownloads.sourceforge.net" \ No newline at end of file