bcm2835-driver: update to bcm2835-driver-99a37d1

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-11-18 21:53:36 +01:00
parent 0fa7990560
commit ea7e413ac8
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="bcm2835-driver"
PKG_VERSION="9f5760f"
PKG_VERSION="99a37d1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="nonfree"

View File

@ -21,7 +21,7 @@
echo "getting sources..."
if [ ! -d bcm2835-driver.git ]; then
git clone git://github.com/raspberrypi/firmware.git bcm2835-driver.git
git clone git://github.com/raspberrypi/firmware.git -b next bcm2835-driver.git
fi
cd bcm2835-driver.git