]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
kernel: apply multi arch patchset for aarch64
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 19 Jul 2018 08:28:27 +0000 (09:28 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 19 Jul 2018 08:28:27 +0000 (09:28 +0100)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/linux

index f4700859cf08751869d2aefed22abd552f84f969..c5d8a8e88fc19a2bf8d5c5c3209cee026136311f 100644 (file)
--- 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