mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-am33x to 3.18.3-1
This commit is contained in:
parent
0f011d7290
commit
88b286f3e6
1 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-am33x
|
|||
_srcname=linux-3.18
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="TI AM335x Beaglebone (Black)"
|
||||
pkgver=3.18.2
|
||||
pkgver=3.18.3
|
||||
pkgrel=1
|
||||
rcnrel=bone1
|
||||
arch=('armv7h')
|
||||
|
@ -22,8 +22,8 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
|
|||
#"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs3.x-rcN"
|
||||
'config')
|
||||
md5sums=('9e854df51ca3fef8bfe566dbd7b89241'
|
||||
'f99d6d8f844a3fe1ab7f59dd85aaa050'
|
||||
'945c50b8e990fad9745d0b21849406fd'
|
||||
'0d4f5406f6fbe34a53e1c5e1d2037e8b'
|
||||
'56ff3fa6cc20e92f5b6fd55a9ee37934'
|
||||
'SKIP'
|
||||
'cdca1e95ac460aa6d8fb04c5c99e9238')
|
||||
|
||||
|
@ -42,10 +42,10 @@ prepare() {
|
|||
cp -ru "${srcdir}/aufs3-standalone/include/uapi/linux/aufs_type.h" ./include/linux
|
||||
cp -ru "${srcdir}/aufs3-standalone/include/uapi/linux/aufs_type.h" ./include/uapi/linux
|
||||
|
||||
git apply ../aufs3-standalone/aufs3-kbuild.patch
|
||||
git apply ../aufs3-standalone/aufs3-base.patch
|
||||
git apply ../aufs3-standalone/aufs3-mmap.patch
|
||||
git apply ../aufs3-standalone/aufs3-standalone.patch
|
||||
patch -p1 -i ../aufs3-standalone/aufs3-kbuild.patch
|
||||
patch -p1 -i ../aufs3-standalone/aufs3-base.patch
|
||||
patch -p1 -i ../aufs3-standalone/aufs3-mmap.patch
|
||||
patch -p1 -i ../aufs3-standalone/aufs3-standalone.patch
|
||||
|
||||
cat "${srcdir}/config" > ./.config
|
||||
|
||||
|
|
Loading…
Reference in a new issue