From: Arne Fitzenreiter Date: Thu, 19 Jul 2018 08:28:27 +0000 (+0100) Subject: kernel: apply multi arch patchset for aarch64 X-Git-Tag: v2.21-core123~55 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=66a29eaa02a7fdf8096b212bec0cbdd7db0a12fe kernel: apply multi arch patchset for aarch64 Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/linux b/lfs/linux index f4700859cf..c5d8a8e88f 100644 --- a/lfs/linux +++ b/lfs/linux @@ -156,6 +156,10 @@ endif ifeq "$(KCFG)" "-multi" # Apply Arm-multiarch kernel patches. cd $(DIR_APP) && xzcat $(DIR_DL)/arm-multi-patches-$(ARM_PATCHES).patch.xz | patch -Np1 +endif +ifeq "$(BUILD_ARCH)" "aarch64" + # Apply Arm-multiarch kernel patches. + cd $(DIR_APP) && xzcat $(DIR_DL)/arm-multi-patches-$(ARM_PATCHES).patch.xz | patch -Np1 endif cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-3.14.79-amba-fix.patch