diff --git a/alarm/raspberrypi-firmware/PKGBUILD b/alarm/raspberrypi-firmware/PKGBUILD index 9d9d0d6df..8b697d6a2 100644 --- a/alarm/raspberrypi-firmware/PKGBUILD +++ b/alarm/raspberrypi-firmware/PKGBUILD @@ -1,7 +1,7 @@ buildarch=18 pkgname=raspberrypi-firmware -pkgver=20121120 +pkgver=20121125 pkgrel=1 pkgdesc="Firmware files for Raspberry Pi" arch=('any') diff --git a/core/linux-raspberrypi/PKGBUILD b/core/linux-raspberrypi/PKGBUILD index 4253f6dac..736e6d2d6 100644 --- a/core/linux-raspberrypi/PKGBUILD +++ b/core/linux-raspberrypi/PKGBUILD @@ -9,7 +9,7 @@ pkgname=('linux-raspberrypi' 'linux-headers-raspberrypi') _kernelname=${pkgname#linux} _basekernel=3.2 pkgver=${_basekernel}.27 -pkgrel=14 +pkgrel=15 arch=('arm armv6h') url="http://www.kernel.org/" license=('GPL2') diff --git a/core/linux-raspberrypi/linux-raspberrypi.install b/core/linux-raspberrypi/linux-raspberrypi.install index 03b61c729..e78e1f611 100644 --- a/core/linux-raspberrypi/linux-raspberrypi.install +++ b/core/linux-raspberrypi/linux-raspberrypi.install @@ -2,7 +2,7 @@ # arg 2: the old package version KERNEL_NAME=-raspberrypi -KERNEL_VERSION=3.2.27-13-ARCH+ +KERNEL_VERSION=3.2.27-15-ARCH+ post_install () { # updating module dependencies @@ -21,5 +21,4 @@ post_upgrade() { # updating module dependencies echo ">>> Updating module dependencies. Please wait ..." depmod ${KERNEL_VERSION} - echo ">>>Edit /boot/cmdline.txt and add sdhci-bcm2708.cycle_delay=1000 " }