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

This commit is contained in:
Stephan Raue 2015-08-19 11:29:34 +02:00
commit 138a9aa4f0
7 changed files with 3537 additions and 588 deletions

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="bcm2835-driver"
PKG_VERSION="53b9bb9"
PKG_VERSION="e1e2823"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="nonfree"

View File

@ -63,6 +63,9 @@ post_makeinstall_target() {
rm -rf $INSTALL/usr/bin/ssh-add
rm -rf $INSTALL/usr/bin/ssh-agent
rm -rf $INSTALL/usr/bin/ssh-keyscan
sed -i $INSTALL/etc/ssh/sshd_config -e "s|^#PermitRootLogin.*|PermitRootLogin yes|g"
echo "PubkeyAcceptedKeyTypes +ssh-dss" >> $INSTALL/etc/ssh/sshd_config
}
post_install() {

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="bcm2835-bootloader"
PKG_VERSION="53b9bb9"
PKG_VERSION="e1e2823"
PKG_REV="1"
PKG_ARCH="arm"
PKG_LICENSE="nonfree"

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,11 @@
--- a/drivers/spi/spi-bcm2835.c 2015-08-18 01:31:02.424153151 +0100
+++ b/drivers/spi/spi-bcm2835.c 2015-08-18 01:30:50.860074902 +0100
@@ -592,7 +592,7 @@
return bcm2835_spi_transfer_one_irq(master, spi, tfr, cs);
}
-#if 0
+#if 1
static void bcm2835_spi_handle_err(struct spi_master *master,
struct spi_message *msg)
{

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,11 @@
--- a/drivers/spi/spi-bcm2835.c 2015-08-18 01:31:02.424153151 +0100
+++ b/drivers/spi/spi-bcm2835.c 2015-08-18 01:30:50.860074902 +0100
@@ -592,7 +592,7 @@
return bcm2835_spi_transfer_one_irq(master, spi, tfr, cs);
}
-#if 0
+#if 1
static void bcm2835_spi_handle_err(struct spi_master *master,
struct spi_message *msg)
{