Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv into openelec-next

This commit is contained in:
Stephan Raue 2011-08-18 16:44:42 +02:00
commit af5a8f377b
24 changed files with 4 additions and 4 deletions

View File

@ -160,7 +160,7 @@ python $ADDON_DIR/bin/ini_tool --action=write \
SABNZBD_IP="0.0.0.0" SABNZBD_IP="0.0.0.0"
fi fi
if [ ! -f "SABNZBD_SETTINGS" ]; then if [ ! -f "$SABNZBD_SETTINGS" ]; then
SABNZBD_FIRSTRUN="yes" SABNZBD_FIRSTRUN="yes"
fi fi

View File

@ -19,12 +19,12 @@
################################################################################ ################################################################################
PKG_NAME="linux" PKG_NAME="linux"
PKG_VERSION="3.0.2" PKG_VERSION="3.0.3"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.kernel.org" PKG_SITE="http://www.kernel.org"
PKG_URL="http://www.kernel.org/pub/linux/kernel/v3.0/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="http://www.kernel.org/pub/linux/kernel/v3.0/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="busybox linux-drivers linux-firmware" PKG_DEPENDS="busybox linux-drivers linux-firmware"
PKG_BUILD_DEPENDS="toolchain busybox-hosttools xz cpio" PKG_BUILD_DEPENDS="toolchain busybox-hosttools xz cpio"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="xf86-video-fglrx" PKG_NAME="xf86-video-fglrx"
PKG_VERSION="11.7" PKG_VERSION="11.8"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="i386 x86_64" PKG_ARCH="i386 x86_64"
PKG_LICENSE="nonfree" PKG_LICENSE="nonfree"