core/linux-raspberrypi-latest to 3.17.1-3

This commit is contained in:
moonman 2014-10-17 21:38:26 +00:00
parent 85c7031527
commit 0cc67e6fda
2 changed files with 2 additions and 3 deletions

View file

@ -10,7 +10,7 @@ _srcname=linux-${_commit}
_kernelname=${pkgbase#linux}
_desc="Raspberry Pi"
pkgver=3.17.1
pkgrel=2
pkgrel=3
bfqver=v7r5
arch=('arm armv6h')
@ -256,7 +256,6 @@ _package-headers() {
# add xfs and shmem for aufs building
mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/fs/xfs"
mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/mm"
cp fs/xfs/xfs_sb.h "${pkgdir}/usr/lib/modules/${_kernver}/build/fs/xfs/xfs_sb.h"
# copy in Kconfig files
for i in $(find . -name "Kconfig*"); do

View file

@ -2,7 +2,7 @@
# arg 2: the old package version
KERNEL_NAME=-raspberrypi-latest
KERNEL_VERSION=3.16.3-1-ARCH
KERNEL_VERSION=3.17.1-3-ARCH
disable_cma() {
if [[ -f /boot/config.txt && $(grep '^cma' /boot/config.txt) != '' ]]; then