mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-raspberrypi-latest to 3.9.7
This commit is contained in:
parent
ac8f935b1a
commit
c19c24a2ff
2 changed files with 9 additions and 8 deletions
|
@ -8,9 +8,9 @@ pkgname=('linux-raspberrypi-latest' 'linux-headers-raspberrypi-latest')
|
|||
# pkgname=linux-custom # Build kernel with a different name
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.9
|
||||
pkgver=${_basekernel}.6
|
||||
pkgrel=2
|
||||
bfqver=v6r1
|
||||
pkgver=${_basekernel}.7
|
||||
pkgrel=1
|
||||
bfqver=v6r2
|
||||
arch=('arm armv6h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -32,9 +32,10 @@ md5sums=('6fc8024d0000e07b23a0c458de5aae1a'
|
|||
'9335d1263fd426215db69841a380ea26'
|
||||
'a00e424e2fbb8c5a5f77ba2c4871bed4'
|
||||
'2f82dbe5752af65ff409d737caf11954'
|
||||
'62dff7101a1381d33faf2e1f101ba684'
|
||||
'2c719719165dccf5fc52705e59797d26'
|
||||
'9ed2a747850739647673d019af378e1a')
|
||||
'fa01a94252d6495786e3a6f6b092ecc2'
|
||||
'3d234367fb89e7b25f08f4c836ba11db'
|
||||
'b404f87a581474a0b8f5c0bc68074e84')
|
||||
|
||||
|
||||
build() {
|
||||
git clone --branch=rpi-${_basekernel}.y --depth=1 https://github.com/raspberrypi/linux.git
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.9.6-1 Kernel Configuration
|
||||
# Linux/arm 3.9.7-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -1440,7 +1440,7 @@ CONFIG_ATH9K=m
|
|||
CONFIG_ATH9K_AHB=y
|
||||
# CONFIG_ATH9K_DEBUGFS is not set
|
||||
# CONFIG_ATH9K_DFS_CERTIFIED is not set
|
||||
CONFIG_ATH9K_RATE_CONTROL=y
|
||||
# CONFIG_ATH9K_LEGACY_RATE_CONTROL is not set
|
||||
CONFIG_ATH9K_HTC=m
|
||||
# CONFIG_ATH9K_HTC_DEBUGFS is not set
|
||||
CONFIG_CARL9170=m
|
||||
|
|
Loading…
Reference in a new issue