core/linux-olinuxino to 3.7.2-6, fixes #669

This commit is contained in:
Kevin Mihelich 2014-01-13 15:38:10 +00:00
parent 31fd010278
commit 41de177f4f
3 changed files with 49556 additions and 49554 deletions

File diff suppressed because it is too large Load diff

View file

@ -9,7 +9,7 @@ pkgname=('linux-olinuxino' 'linux-headers-olinuxino')
_kernelname=${pkgname#linux} _kernelname=${pkgname#linux}
_basekernel=3.7 _basekernel=3.7
pkgver=${_basekernel}.2 pkgver=${_basekernel}.2
pkgrel=5 pkgrel=6
arch=('arm') arch=('arm')
url="http://www.kernel.org/" url="http://www.kernel.org/"
license=('GPL2') license=('GPL2')
@ -26,15 +26,15 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.0/linux-${_basekernel}.tar.xz
'0001-rtl8192cu.patch') '0001-rtl8192cu.patch')
md5sums=('21223369d682bcf44bcdfe1521095983' md5sums=('21223369d682bcf44bcdfe1521095983'
'b88977838a2a52ff4fb4e82b30726496' 'b88977838a2a52ff4fb4e82b30726496'
'2e55d4387dade59532393a3e882f543f' '748d260e4e46c8d3de1d3212ff8cd01c'
'9d3c56a4b999c8bfbd4018089a62f662' '9d3c56a4b999c8bfbd4018089a62f662'
'13fc27b36015d5a4bd82ce3e6d9d016e' '13fc27b36015d5a4bd82ce3e6d9d016e'
'acc5de524247ec1aff5c9af6a486652f' 'acc5de524247ec1aff5c9af6a486652f'
'8a034a737c554cc4ef99ca3854ad56d5' '8a034a737c554cc4ef99ca3854ad56d5'
'ef27d61a159fa9fcba6e7b93e9f630f2' 'ef27d61a159fa9fcba6e7b93e9f630f2'
'3073241240a0536d53408bd94dd5644a') '2a2b8c032e3e6f34f72661e861c392e9')
build() { prepare() {
cd "${srcdir}/linux-${_basekernel}" cd "${srcdir}/linux-${_basekernel}"
patch -p1 -i "${srcdir}/patch-${pkgver}" patch -p1 -i "${srcdir}/patch-${pkgver}"
@ -56,11 +56,15 @@ build() {
cat "${srcdir}/config" > ./.config cat "${srcdir}/config" > ./.config
# set extraversion to pkgrel # add pkgrel to extraversion
sed -ri "s|^(EXTRAVERSION =).*|\1 -${pkgrel}|" Makefile sed -ri "s|^(EXTRAVERSION =)(.*)|\1 \2-${pkgrel}|" Makefile
# don't run depmod on 'make install'. We'll do this ourselves in packaging # don't run depmod on 'make install'. We'll do this ourselves in packaging
sed -i '2iexit 0' scripts/depmod.sh sed -i '2iexit 0' scripts/depmod.sh
}
build() {
cd "${srcdir}/linux-${_basekernel}"
# get kernel version # get kernel version
make prepare make prepare

View file

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/arm 3.7.2-3 Kernel Configuration # Linux/arm 3.7.2-6 Kernel Configuration
# #
CONFIG_ARM=y CONFIG_ARM=y
CONFIG_HAVE_PWM=y CONFIG_HAVE_PWM=y
@ -365,8 +365,6 @@ CONFIG_ATAGS=y
CONFIG_ZBOOT_ROM_TEXT=0 CONFIG_ZBOOT_ROM_TEXT=0
CONFIG_ZBOOT_ROM_BSS=0 CONFIG_ZBOOT_ROM_BSS=0
# CONFIG_ARM_APPENDED_DTB is not set # CONFIG_ARM_APPENDED_DTB is not set
# CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER is not set
# CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND is not set
CONFIG_CMDLINE="" CONFIG_CMDLINE=""
# CONFIG_XIP_KERNEL is not set # CONFIG_XIP_KERNEL is not set
# CONFIG_KEXEC is not set # CONFIG_KEXEC is not set