From e90d3d10f2bce344388d5f7ef4ef65a95773d15f Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 2 Apr 2014 01:02:28 +0200 Subject: [PATCH] odroid-u2-kernel: update to 3.8.13.19; enable rtc support --- srcpkgs/odroid-u2-kernel/files/u2-dotconfig-custom | 8 +++++--- srcpkgs/odroid-u2-kernel/template | 12 ++++++------ 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/srcpkgs/odroid-u2-kernel/files/u2-dotconfig-custom b/srcpkgs/odroid-u2-kernel/files/u2-dotconfig-custom index ac1538e6392..8057ffdc3c8 100644 --- a/srcpkgs/odroid-u2-kernel/files/u2-dotconfig-custom +++ b/srcpkgs/odroid-u2-kernel/files/u2-dotconfig-custom @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 3.8.13.16 Kernel Configuration +# Linux/arm 3.8.13.19 Kernel Configuration # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -1316,6 +1316,7 @@ CONFIG_MD_RAID456=m CONFIG_MULTICORE_RAID456=y CONFIG_MD_MULTIPATH=m CONFIG_MD_FAULTY=m +CONFIG_BLK_DEV_DM_BUILTIN=y CONFIG_BLK_DEV_DM=m # CONFIG_DM_DEBUG is not set CONFIG_DM_BUFIO=m @@ -1866,6 +1867,7 @@ CONFIG_I2C_ALGOBIT=y # CONFIG_I2C_CBUS_GPIO is not set # CONFIG_I2C_DESIGNWARE_PLATFORM is not set CONFIG_I2C_GPIO=y +CONFIG_I2C_GPIO_CUSTOM=m # CONFIG_I2C_NOMADIK is not set # CONFIG_I2C_OCORES is not set # CONFIG_I2C_PCA_PLATFORM is not set @@ -2564,7 +2566,7 @@ CONFIG_DVB_AF9033=m # # CONFIG_DVB_DUMMY_FE is not set CONFIG_MALI400=y -CONFIG_MALI400_DEBUG=y +# CONFIG_MALI400_DEBUG is not set CONFIG_MALI400_UMP=y # CONFIG_MALI_DVFS is not set CONFIG_UMP=y @@ -3130,7 +3132,7 @@ CONFIG_RTC_INTF_DEV=y # CONFIG_RTC_DRV_DS1672 is not set # CONFIG_RTC_DRV_DS3232 is not set # CONFIG_RTC_DRV_MAX6900 is not set -# CONFIG_RTC_DRV_MAX77686 is not set +CONFIG_RTC_DRV_MAX77686=y # CONFIG_RTC_DRV_RS5C372 is not set # CONFIG_RTC_DRV_ISL1208 is not set # CONFIG_RTC_DRV_ISL12022 is not set diff --git a/srcpkgs/odroid-u2-kernel/template b/srcpkgs/odroid-u2-kernel/template index 07c3609b6c5..695037ed94f 100644 --- a/srcpkgs/odroid-u2-kernel/template +++ b/srcpkgs/odroid-u2-kernel/template @@ -1,18 +1,18 @@ # Template file for 'odroid-u2-kernel' # -# Latest commit as of 20140210 -_githash="3add7fcea14c0796630a18e65602a75cc8f38b91" +# Latest commit as of 20140402 +_githash="eadf71048c5821e289932b5fa8d8f6ece951facf" _gitshort="${_githash:0:7}" pkgname=odroid-u2-kernel -version=3.8.13.16 -revision=6 +version=3.8.13.19 +revision=1 maintainer="Enno Boland " homepage="http://www.kernel.org" license="GPL-2" short_desc="The Linux kernel and modules for the Odroid U2/U3 (${version%.*} series [git ${_gitshort}])" distfiles="https://github.com/hardkernel/linux/archive/${_githash}.tar.gz" -checksum=89ebf192667dd7065b4eb2b2035c61f57379363bede932fa63a90f217faeb45e +checksum=79f8de1756ad32802ea0fb852519ee2594ffe27ac7b52eed5612e458eb25db99 wrksrc="linux-${_githash}" provides="kernel-odroid-u2-${version}_${revision}" replaces="kernel-odroid-u2>=0" @@ -42,7 +42,7 @@ do_configure() { fi unset LDFLAGS - cp ${FILESDIR}/u2-dotconfig-custom .config + cat ${FILESDIR}/u2-dotconfig-custom > .config # Always use our revision to CONFIG_LOCALVERSION to match our pkg version. sed -i -e "s|^\(CONFIG_LOCALVERSION=\).*|\1\"_${revision}\"|" .config