mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-aarch64-rc to 4.9.rc5-1
This commit is contained in:
parent
440cc17dcd
commit
b96fde119b
2 changed files with 8 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
||||||
buildarch=8
|
buildarch=8
|
||||||
|
|
||||||
_rcver=4.9
|
_rcver=4.9
|
||||||
_rcrel=4
|
_rcrel=5
|
||||||
|
|
||||||
pkgbase=linux-aarch64-rc
|
pkgbase=linux-aarch64-rc
|
||||||
#_srcname=linux-4.$((${_rcver##*.}-1))
|
#_srcname=linux-4.$((${_rcver##*.}-1))
|
||||||
|
@ -22,13 +22,13 @@ source=(#"http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
||||||
#"https://www.kernel.org/pub/linux/kernel/v4.x/testing/patch-${_rcver}-rc${_rcrel}.xz"
|
#"https://www.kernel.org/pub/linux/kernel/v4.x/testing/patch-${_rcver}-rc${_rcrel}.xz"
|
||||||
"https://www.kernel.org/pub/linux/kernel/v4.x/testing/${_srcname}.tar.xz"
|
"https://www.kernel.org/pub/linux/kernel/v4.x/testing/${_srcname}.tar.xz"
|
||||||
'0001-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch'
|
'0001-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch'
|
||||||
'0002-sound-lpass-cpu-add-module-licence-and-description.patch'
|
'yakkety-RFC-v1-disable--pie-when-gcc-has-it-enabled-by-default.patch'
|
||||||
'config'
|
'config'
|
||||||
'linux.preset')
|
'linux.preset')
|
||||||
md5sums=('3986a14e845e42bcfe2d5741e1a02a8b'
|
md5sums=('42c6b6c890d5c437dc8fdf35a040fa62'
|
||||||
'7f0233b10dc18fdfd811d5291586da7c'
|
'f301cc634acc67f4cbd6a2441905f2da'
|
||||||
'54c3795c29ee4add02845f13341d505a'
|
'198089767af4f087166d78c933707f0a'
|
||||||
'35f235a3cf3c705f05c3890ed0513a2a'
|
'2e5076eafbc073f64aa8852a506529d6'
|
||||||
'25d8f6983c9a616946848c0e075a949c')
|
'25d8f6983c9a616946848c0e075a949c')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
@ -39,7 +39,6 @@ prepare() {
|
||||||
|
|
||||||
# ALARM patches
|
# ALARM patches
|
||||||
git apply ../0001-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch
|
git apply ../0001-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch
|
||||||
git apply ../0002-sound-lpass-cpu-add-module-licence-and-description.patch
|
|
||||||
|
|
||||||
cat "${srcdir}/config" > ./.config
|
cat "${srcdir}/config" > ./.config
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm64 4.9.0-rc3-1 Kernel Configuration
|
# Linux/arm64 4.9.0-rc5-1 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM64=y
|
CONFIG_ARM64=y
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
|
@ -4426,6 +4426,7 @@ CONFIG_DVB_RTL2832=m
|
||||||
CONFIG_DVB_RTL2832_SDR=m
|
CONFIG_DVB_RTL2832_SDR=m
|
||||||
CONFIG_DVB_SI2168=m
|
CONFIG_DVB_SI2168=m
|
||||||
CONFIG_DVB_AS102_FE=m
|
CONFIG_DVB_AS102_FE=m
|
||||||
|
CONFIG_DVB_GP8PSK_FE=m
|
||||||
|
|
||||||
#
|
#
|
||||||
# DVB-C (cable) frontends
|
# DVB-C (cable) frontends
|
||||||
|
|
Loading…
Reference in a new issue