kernel-rpi: update to git c437398 (3.10.25).
This commit is contained in:
parent
842638a034
commit
7d854391f4
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'kernel-rpi'
|
# Template file for 'kernel-rpi'
|
||||||
#
|
#
|
||||||
# Latest commit as of 20131218
|
# Latest commit as of 20140102
|
||||||
_githash="ff9f6d8"
|
_githash="c437398"
|
||||||
|
|
||||||
pkgname=kernel-rpi
|
pkgname=kernel-rpi
|
||||||
version=3.10.24
|
version=3.10.25
|
||||||
revision=1
|
revision=1
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.kernel.org"
|
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}"
|
_kernver="${version}_${revision}"
|
||||||
|
|
||||||
only_for_archs="armv6l"
|
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
noverifyrdeps=yes
|
noverifyrdeps=yes
|
||||||
|
only_for_archs="armv6l"
|
||||||
hostmakedepends="perl python kmod>=11_2 uboot-mkimage openssl which elfutils bc"
|
hostmakedepends="perl python kmod>=11_2 uboot-mkimage openssl which elfutils bc"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
depends="kmod>=11_2"
|
depends="kmod>=11_2"
|
||||||
|
|
Loading…
Reference in a new issue