rpi-firmware: update to today's sources.
This commit is contained in:
parent
827d37991b
commit
840980da44
1 changed files with 3 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'rpi-firmware'
|
||||
pkgname=rpi-firmware
|
||||
version=20130401
|
||||
version=20130514
|
||||
revision=1
|
||||
short_desc="Firmware files for the Raspberry Pi"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -13,7 +13,7 @@ noextract=yes
|
|||
|
||||
do_fetch() {
|
||||
local url="git://github.com/raspberrypi/firmware.git"
|
||||
# Latest commit from 20130401 is 5b72baa0a2
|
||||
# Latest commit from 20130514 is f53948f
|
||||
git clone --depth 1 $url ${pkgname}-${version}
|
||||
}
|
||||
|
||||
|
@ -43,8 +43,6 @@ rpi-firmware_package() {
|
|||
conf_files="/boot/cmdline.txt /boot/config.txt"
|
||||
noarch="yes"
|
||||
pkg_install() {
|
||||
vmove boot
|
||||
vmove opt
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue