mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
alarm/raspberrpi-firmware to 20120414-1
This commit is contained in:
parent
00c972e4df
commit
888861208c
2 changed files with 0 additions and 8 deletions
|
@ -9,16 +9,11 @@ arch=('any')
|
||||||
url="https://github.com/raspberrypi/firmware"
|
url="https://github.com/raspberrypi/firmware"
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
license=('custom')
|
license=('custom')
|
||||||
backup=(boot/config.txt)
|
|
||||||
replaces=()
|
|
||||||
options=(!strip)
|
options=(!strip)
|
||||||
source=(config.txt)
|
|
||||||
md5sums=('0745afd44de4fe969b4ecb8d47d6a1c0')
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
git clone git://github.com/raspberrypi/firmware.git
|
git clone 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}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
#hdmi_mode=19
|
|
||||||
arm_freq=800
|
|
||||||
enable_l2cache=1
|
|
Loading…
Reference in a new issue