kernel-rpi: update to git c437398 (3.10.25).
This commit is contained in:
parent
842638a034
commit
7d854391f4
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'kernel-rpi'
|
||||
#
|
||||
# Latest commit as of 20131218
|
||||
_githash="ff9f6d8"
|
||||
# Latest commit as of 20140102
|
||||
_githash="c437398"
|
||||
|
||||
pkgname=kernel-rpi
|
||||
version=3.10.24
|
||||
version=3.10.25
|
||||
revision=1
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.kernel.org"
|
||||
|
@ -13,9 +13,9 @@ short_desc="The Linux kernel and modules for the Raspberry Pi (3.10 series [git
|
|||
|
||||
_kernver="${version}_${revision}"
|
||||
|
||||
only_for_archs="armv6l"
|
||||
nostrip=yes
|
||||
noverifyrdeps=yes
|
||||
only_for_archs="armv6l"
|
||||
hostmakedepends="perl python kmod>=11_2 uboot-mkimage openssl which elfutils bc"
|
||||
makedepends="ncurses-devel"
|
||||
depends="kmod>=11_2"
|
||||
|
|
Loading…
Reference in New Issue