tools/mkpkg: update 'mkpkg_bcm2835-driver' script

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-12-28 15:11:15 +01:00
parent 74dac2ea00
commit b0e83b7994

View File

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