Merge pull request #287 from Gottox/master

odroid-u2-kernel: version bump; CONFIG_DRM_EXYNOS_G2D is builtin again.
This commit is contained in:
Juan RP 2014-02-13 18:28:51 +01:00
commit 4c95f4d71a
2 changed files with 4 additions and 4 deletions

View file

@ -2590,7 +2590,7 @@ CONFIG_DRM_EXYNOS=y
CONFIG_DRM_EXYNOS_DMABUF=y
CONFIG_DRM_EXYNOS_HDMI=y
# CONFIG_DRM_EXYNOS_VIDI is not set
CONFIG_DRM_EXYNOS_G2D=m
CONFIG_DRM_EXYNOS_G2D=y
# CONFIG_DRM_EXYNOS_IPP is not set
CONFIG_DRM_UDL=m
# CONFIG_VGASTATE is not set

View file

@ -1,19 +1,19 @@
# Template file for 'odroid-u2-kernel'
#
# Latest commit as of 20140210
_githash="c544c3fc1d940743ab9be4d0c2de45a351052f66"
_githash="3add7fcea14c0796630a18e65602a75cc8f38b91"
_gitshort="${_githash:0:7}"
pkgname=odroid-u2-kernel
version=3.8.13.16
revision=4
revision=5
maintainer="Enno Boland <eb@s01.de>"
homepage="http://www.kernel.org"
license="GPL-2"
short_desc="The Linux kernel and modules for the Odroid U2/U3 (${version%.*} series [git ${_gitshort}])"
create_srcdir=yes
distfiles="https://github.com/hardkernel/linux/archive/${_githash}.tar.gz"
checksum=f832be7eda50f6b1a721e77c15e172595c3005b6debbd0b8d6535be6157e789f
checksum=89ebf192667dd7065b4eb2b2035c61f57379363bede932fa63a90f217faeb45e
wrksrc="linux-${_githash}"
provides="kernel-odroid-u2-${version}_${revision}"
replaces="kernel-odroid-u2>=0"