mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
mkpkg_bcm2835-driver: speedup checkout and repack script, thanks to popcornmix
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c242244292
commit
6d0fe04c60
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user