parent
b12febb1ae
commit
92ad944743
|
@ -51,17 +51,18 @@ Ping q66 if it does not apply.
|
||||||
|
|
||||||
BOOTAFLAGS := -D__ASSEMBLY__ $(BOOTCFLAGS) -traditional -nostdinc
|
BOOTAFLAGS := -D__ASSEMBLY__ $(BOOTCFLAGS) -traditional -nostdinc
|
||||||
|
|
||||||
--- a/drivers/crypto/vmx/Makefile
|
--- a/drivers/crypto/vmx/Makefile 2020-01-01 10:56:10.560965046 +0100
|
||||||
+++ b/drivers/crypto/vmx/Makefile
|
+++ b/drivers/crypto/vmx/Makefile 2020-01-01 10:57:05.189968856 +0100
|
||||||
@@ -5,7 +5,7 @@ vmx-crypto-objs := vmx.o aesp8-ppc.o ghashp8-ppc.o aes.o aes_cbc.o aes_ctr.o aes
|
@@ -5,7 +5,7 @@
|
||||||
ifeq ($(CONFIG_CPU_LITTLE_ENDIAN),y)
|
ifeq ($(CONFIG_CPU_LITTLE_ENDIAN),y)
|
||||||
TARGET := linux-ppc64le
|
override flavour := linux-ppc64le
|
||||||
else
|
else
|
||||||
-TARGET := linux-ppc64
|
-override flavour := linux-ppc64
|
||||||
+TARGET := linux-ppc64v2
|
+override flavour := linux-ppc64v2
|
||||||
endif
|
endif
|
||||||
|
|
||||||
quiet_cmd_perl = PERL $@
|
quiet_cmd_perl = PERL $@
|
||||||
|
|
||||||
--- a/drivers/crypto/vmx/ppc-xlate.pl
|
--- a/drivers/crypto/vmx/ppc-xlate.pl
|
||||||
+++ b/drivers/crypto/vmx/ppc-xlate.pl
|
+++ b/drivers/crypto/vmx/ppc-xlate.pl
|
||||||
@@ -40,7 +40,7 @@ my $globl = sub {
|
@@ -40,7 +40,7 @@ my $globl = sub {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'linux4.19'
|
# Template file for 'linux4.19'
|
||||||
pkgname=linux4.19
|
pkgname=linux4.19
|
||||||
version=4.19.91
|
version=4.19.92
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="linux-${version}"
|
wrksrc="linux-${version}"
|
||||||
short_desc="Linux kernel and modules (${version%.*} series)"
|
short_desc="Linux kernel and modules (${version%.*} series)"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://www.kernel.org"
|
homepage="https://www.kernel.org"
|
||||||
distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.xz"
|
distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.xz"
|
||||||
checksum=f403c3dee12ded0af1889c78871abf7a531a978ba423f1ca772de702a92c3447
|
checksum=29c37cf8bbfa717ce98bc931371c35fcee3482734ad5faba32d02aff209883a2
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
|
||||||
nodebug=yes # -dbg package is generated below manually
|
nodebug=yes # -dbg package is generated below manually
|
||||||
|
|
Loading…
Reference in New Issue