mkpkg_bcm2835-driver: speedup checkout and repack script, thanks to popcornmix

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-11-12 21:30:53 +01:00
parent 4c28ab076c
commit 58ebaf6935

View File

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