mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-aarch64 to 4.11.1-1
This commit is contained in:
parent
e8b32a90bc
commit
5e7176a6c7
2 changed files with 8 additions and 6 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-aarch64
|
|||
_srcname=linux-4.11
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="AArch64 multi-platform"
|
||||
pkgver=4.11.0
|
||||
pkgver=4.11.1
|
||||
pkgrel=1
|
||||
arch=('aarch64')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -15,20 +15,21 @@ license=('GPL2')
|
|||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
|
||||
options=('!strip')
|
||||
source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
||||
#"http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
|
||||
"http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
|
||||
'0001-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch'
|
||||
'config'
|
||||
'linux.preset')
|
||||
md5sums=('251a5deee0fa6daf3f356b1bbda9eab8'
|
||||
'947496600f57dfb4431e023816048870'
|
||||
'1d852d09fa6ec38017b3ebe631c02d32'
|
||||
'4961cdad1bb89de5766d459187db3434'
|
||||
'd1d689516531f6e890a0f1afc5ce95de'
|
||||
'b5ef67d6086e20de7b82265f562f88b1')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
# add upstream patch
|
||||
#git apply --whitespace=nowarn ../patch-${pkgver}
|
||||
git apply --whitespace=nowarn ../patch-${pkgver}
|
||||
|
||||
# ALARM patches
|
||||
git apply ../0001-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.11.0-rc5-1 Kernel Configuration
|
||||
# Linux/arm64 4.11.1-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
|
@ -5372,6 +5372,7 @@ CONFIG_USB_MUSB_DUAL_ROLE=y
|
|||
#
|
||||
# Platform Glue Layer
|
||||
#
|
||||
# CONFIG_USB_MUSB_SUNXI is not set
|
||||
|
||||
#
|
||||
# MUSB DMA mode
|
||||
|
@ -6739,7 +6740,7 @@ CONFIG_GENERIC_PHY=y
|
|||
# CONFIG_BCM_KONA_USB2_PHY is not set
|
||||
CONFIG_PHY_MT65XX_USB3=y
|
||||
CONFIG_PHY_HI6220_USB=y
|
||||
# CONFIG_PHY_SUN4I_USB is not set
|
||||
CONFIG_PHY_SUN4I_USB=y
|
||||
# CONFIG_PHY_SUN9I_USB is not set
|
||||
# CONFIG_PHY_SAMSUNG_USB2 is not set
|
||||
# CONFIG_PHY_QCOM_APQ8064_SATA is not set
|
||||
|
|
Loading…
Reference in a new issue