From f6b3c18e4afea4237098f4d00a3faad670beedea Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 23 Sep 2013 08:37:29 +0200 Subject: [PATCH] kernel-rpi: update to git 966efc7. --- srcpkgs/kernel-rpi/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/kernel-rpi/template b/srcpkgs/kernel-rpi/template index 3e3554372e..0073558fed 100644 --- a/srcpkgs/kernel-rpi/template +++ b/srcpkgs/kernel-rpi/template @@ -1,15 +1,15 @@ # Template file for 'kernel-rpi' # # Latest commit as of 20130913 -_githash="cbd6672" +_githash="966efc7" pkgname=kernel-rpi version=3.6.11 -revision=6 +revision=7 maintainer="Juan RP " homepage="http://www.kernel.org" license="GPL-2" -short_desc="The Linux kernel and modules for the Raspberry Pi (3.6 series [${_githash}])" +short_desc="The Linux kernel and modules for the Raspberry Pi (3.6 series [git ${_githash}])" _kernver="${version}_${revision}" hostmakedepends="perl python kmod>=11_2 uboot-mkimage"