mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-aarch64-rc to 4.9.rc8-1
This commit is contained in:
parent
29724b8254
commit
640e5b4820
2 changed files with 9 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
buildarch=8
|
||||
|
||||
_rcver=4.9
|
||||
_rcrel=7
|
||||
_rcrel=8
|
||||
|
||||
pkgbase=linux-aarch64-rc
|
||||
#_srcname=linux-4.$((${_rcver##*.}-1))
|
||||
|
@ -22,11 +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/${_srcname}.tar.xz"
|
||||
'0001-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch'
|
||||
'0002-i2c-bcm2835.patch'
|
||||
'config'
|
||||
'linux.preset')
|
||||
md5sums=('ab9eb05caacb5fb9ba393e25543abdd1'
|
||||
'f301cc634acc67f4cbd6a2441905f2da'
|
||||
'25471ab61a300784bc4b3f497f9865f4'
|
||||
md5sums=('f8ab74a9a1a2adf30ddadbcf14ef7c8a'
|
||||
'07fc22563ada626fad44e924568c21e3'
|
||||
'0a7747afa9fec06c8fc20c44efcdf427'
|
||||
'e6c5cacf8e62a9f022d030e8909a7814'
|
||||
'25d8f6983c9a616946848c0e075a949c')
|
||||
|
||||
prepare() {
|
||||
|
@ -37,6 +39,7 @@ prepare() {
|
|||
|
||||
# ALARM patches
|
||||
git apply ../0001-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch
|
||||
git apply ../0002-i2c-bcm2835.patch
|
||||
|
||||
cat "${srcdir}/config" > ./.config
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.9.0-rc7-1 Kernel Configuration
|
||||
# Linux/arm64 4.9.0-rc8-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -271,6 +271,7 @@ CONFIG_MODULES=y
|
|||
# CONFIG_MODULE_FORCE_LOAD is not set
|
||||
CONFIG_MODULE_UNLOAD=y
|
||||
# CONFIG_MODULE_FORCE_UNLOAD is not set
|
||||
# CONFIG_MODVERSIONS is not set
|
||||
# CONFIG_MODULE_SRCVERSION_ALL is not set
|
||||
# CONFIG_MODULE_SIG is not set
|
||||
CONFIG_MODULE_COMPRESS=y
|
||||
|
|
Loading…
Reference in a new issue