diff --git a/alarm/raspberrypi-firmware/PKGBUILD b/alarm/raspberrypi-firmware/PKGBUILD index 16b22463f..eb5b594fe 100644 --- a/alarm/raspberrypi-firmware/PKGBUILD +++ b/alarm/raspberrypi-firmware/PKGBUILD @@ -9,16 +9,11 @@ arch=('any') url="https://github.com/raspberrypi/firmware" makedepends=('git') license=('custom') -backup=(boot/config.txt) -replaces=() options=(!strip) -source=(config.txt) -md5sums=('0745afd44de4fe969b4ecb8d47d6a1c0') package() { git clone git://github.com/raspberrypi/firmware.git rm "${srcdir}"/firmware/boot/kernel.img - cat "${srcdir}"/config.txt > "${srcdir}"/firmware/boot/config.txt cp -R "${srcdir}"/firmware/{boot,opt} "${pkgdir}" } diff --git a/alarm/raspberrypi-firmware/config.txt b/alarm/raspberrypi-firmware/config.txt deleted file mode 100644 index 45fb56c57..000000000 --- a/alarm/raspberrypi-firmware/config.txt +++ /dev/null @@ -1,3 +0,0 @@ -#hdmi_mode=19 -arm_freq=800 -enable_l2cache=1