mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-veyron to 3.14.0-26
This commit is contained in:
parent
447fab3dda
commit
07aabee4cc
1 changed files with 4 additions and 3 deletions
|
@ -7,8 +7,8 @@ pkgbase=linux-veyron
|
|||
_kernelname=${pkgbase#linux}
|
||||
_desc="Veyron Chromebooks"
|
||||
pkgver=3.14.0
|
||||
pkgrel=25
|
||||
_commit=6eea2a7519579f14f1837e977068ea28ad98fd77
|
||||
pkgrel=26
|
||||
_commit=8c3348722d05cdc134aeeb2bb1da63f6992b8bfe
|
||||
arch=('armv7h')
|
||||
url="https://chromium.googlesource.com/chromiumos/third_party/kernel/+/chromeos-3.14"
|
||||
license=('GPL2')
|
||||
|
@ -32,7 +32,7 @@ source=("https://chromium.googlesource.com/chromiumos/third_party/kernel/+archiv
|
|||
'cmdline'
|
||||
'brcmfmac4354-sdio.txt'
|
||||
'99-veyron-brcm.rules')
|
||||
md5sums=('224c737defe8db8a21c303c9633d6412'
|
||||
md5sums=('07393e20ea7ea48ba7dab52e57620a04'
|
||||
'bda543cb5943eac34e16d12911f3ee99'
|
||||
'5e2d7cd74de07d13052de99411c13a2f'
|
||||
'1534c1dbfe5df35a5634072f7b912840'
|
||||
|
@ -74,6 +74,7 @@ prepare() {
|
|||
export WIFIVERSION=-3.8
|
||||
|
||||
cp include/linux/compiler-gcc5.h include/linux/compiler-gcc6.h
|
||||
cp include/linux/compiler-gcc5.h include/linux/compiler-gcc7.h
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue