generated from archlinux/template
build PINCTRL into kernel
This commit is contained in:
14
PKGBUILD
14
PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=linux # Build stock -ARCH kernel
|
||||
#pkgbase=linux-custom # Build kernel with a different name
|
||||
_srcname=linux-4.7
|
||||
pkgver=4.7.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
@@ -19,14 +19,17 @@ source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
||||
'config' 'config.x86_64'
|
||||
# standard config files for mkinitcpio ramdisk
|
||||
'linux.preset'
|
||||
'change-default-console-loglevel.patch')
|
||||
'change-default-console-loglevel.patch'
|
||||
#'input-i8042-break-load-dependency-between-atkbd-psmouse-and-i8042.patch'
|
||||
#'input-i8042-set-up-shared-ps2_cmd_mutex-for-aux-ports.patch'
|
||||
)
|
||||
|
||||
sha256sums=('5190c3d1209aeda04168145bf50569dc0984f80467159b1dc50ad731e3285f10'
|
||||
'SKIP'
|
||||
'031cb0e7b86f2ef2cc4d0dde9d73495f68e8d23e4c41f50f7f95b065ee33a71d'
|
||||
'SKIP'
|
||||
'749b19cac625284ba6abae2d3932465b64d41d0274a3c070ca2c556779bb2078'
|
||||
'7d2bb66458b57d4df497ebb15a4ac130d08a0c084ae7845d0fe791a194efdb8e'
|
||||
'a41e0a64c2bd7909acadbfc8c770f0df89501f3357aaf4b2cf60f69dbb3badb2'
|
||||
'36daf394d6bc18c19e5875f54cf466167059deeeffe568b06abd575561091c1f'
|
||||
'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
|
||||
'1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
|
||||
validpgpkeys=(
|
||||
@@ -41,6 +44,9 @@ prepare() {
|
||||
|
||||
# add upstream patch
|
||||
patch -p1 -i "${srcdir}/patch-${pkgver}"
|
||||
|
||||
#patch -p1 -i "${srcdir}"/input-i8042-break-load-dependency-between-atkbd-psmouse-and-i8042.patch
|
||||
#patch -p1 -i "${srcdir}"/input-i8042-set-up-shared-ps2_cmd_mutex-for-aux-ports.patch
|
||||
|
||||
# add latest fixes from stable queue, if needed
|
||||
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
|
||||
|
||||
Reference in New Issue
Block a user