core/linux-raspberrypi: use git instead of http

This commit is contained in:
Kevin Mihelich 2013-02-05 04:48:47 +00:00
parent 808f80291f
commit c69d15c10d

View file

@ -25,7 +25,7 @@ source=('config'
'https://raspy-juice.googlecode.com/svn/trunk/linux-rtc/0002-pcf8523-i2c-register-dt.patch')
build() {
git clone --depth 1 https://github.com/raspberrypi/linux.git
git clone --depth 1 git://github.com/raspberrypi/linux.git
cd "${srcdir}/linux"