mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv into openelec-next
This commit is contained in:
commit
af5a8f377b
@ -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
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user