mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/raspberrypi-firmware to 20120428-1
This commit is contained in:
parent
bed5652f62
commit
a139e1dedd
3 changed files with 1 additions and 11 deletions
|
@ -2,7 +2,7 @@ plugrel=1
|
||||||
noautobuild=1
|
noautobuild=1
|
||||||
|
|
||||||
pkgname=raspberrypi-firmware
|
pkgname=raspberrypi-firmware
|
||||||
pkgver=20120427
|
pkgver=20120428
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Firmware files for Raspberry Pi"
|
pkgdesc="Firmware files for Raspberry Pi"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -10,15 +10,9 @@ url="https://github.com/raspberrypi/firmware"
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
license=('custom')
|
license=('custom')
|
||||||
options=(!strip)
|
options=(!strip)
|
||||||
source=("config.txt" "cmdline.txt")
|
|
||||||
md5sums=('4ac23968f7a23c435f468c88d6f34d05'
|
|
||||||
'e226755a6bb1b4beb229ce5d30780d0c')
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
git clone --depth 1 git://github.com/raspberrypi/firmware.git
|
git clone --depth 1 git://github.com/raspberrypi/firmware.git
|
||||||
rm "${srcdir}"/firmware/boot/kernel.img
|
rm "${srcdir}"/firmware/boot/kernel.img
|
||||||
cat "${srcdir}"/config.txt > "${srcdir}"/firmware/boot/config.txt
|
|
||||||
cp -R "${srcdir}"/firmware/{boot,opt} "${pkgdir}"
|
cp -R "${srcdir}"/firmware/{boot,opt} "${pkgdir}"
|
||||||
cat "${srcdir}/config.txt" > "${pkgdir}/boot/config.txt"
|
|
||||||
cat "${srcdir}/cmdline.txt" > "${pkgdir}/boot/cmdline.txt"
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
dwc_otg.dma_enable=1 dwc_otg.dma_burst_size=256 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 loglevel=2 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait
|
|
|
@ -1,3 +0,0 @@
|
||||||
#hdmi_mode=19
|
|
||||||
#arm_freq=800
|
|
||||||
disable_overscan=1
|
|
Loading…
Reference in a new issue