diff --git a/srcpkgs/cubieboard2-kernel/template b/srcpkgs/cubieboard2-kernel/template index 03e1347ca96..4bb564b76f0 100644 --- a/srcpkgs/cubieboard2-kernel/template +++ b/srcpkgs/cubieboard2-kernel/template @@ -1,18 +1,18 @@ # Template file for 'cubieboard2-kernel' # -# Latest commit as of 20140125 -_githash="f9128a82721d245ff8d4f34aa4a045d3462c71dc" +# Latest commit as of 20140126 +_githash="9cfbbed3b2b098774b04553843d2f4092b8f7fe8" _gitshort="${_githash:0:7}" pkgname=cubieboard2-kernel -version=3.4.43 +version=3.4.75 revision=1 maintainer="Juan RP " homepage="http://www.kernel.org" license="GPL-2" short_desc="The Linux kernel and modules for the Cubieboard2 (${version%.*} series [git ${_gitshort}])" -distfiles="https://github.com/cubieboard2/linux-sunxi/archive/${_githash}.tar.gz" -checksum=24b533a59a9c0b721cbfc352880163a3eeb7580acd8756d1304ba4370f09e8f9 +distfiles="https://github.com/linux-sunxi/linux-sunxi/archive/${_githash}.tar.gz" +checksum=c9dc6689a9152f3a60459896926183cc5d04428c1a6ed44c20b3e342771b0dc1 wrksrc="linux-sunxi-${_githash}" _kernver="${version}_${revision}" @@ -42,7 +42,7 @@ do_configure() { unset LDFLAGS # Use upstream default configuration, no need to maintain ours. - make ${makejobs} ${_args} ARCH=arm cubieboard2_defconfig + make ${makejobs} ${_args} ARCH=arm sun7i_defconfig # Always use our revision to CONFIG_LOCALVERSION to match our pkg version. sed -i -e "s|^\(CONFIG_LOCALVERSION=\).*|\1\"_${revision}\"|" .config