]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
kernel: fix build on armv5tel
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 7 Aug 2018 17:05:35 +0000 (19:05 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 7 Aug 2018 17:05:35 +0000 (19:05 +0200)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/linux

index b5877fc5bec991be4dd9a50ff1d9b9d03250ca0b..cfdcc4a4266c15eb56d5a815ebb8891d9a11c219 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -37,7 +37,6 @@ CXXFLAGS   =
 PAK_VER    = 76
 DEPS      = ""
 
-KERNEL_ARCH   = $(BUILD_ARCH)
 KERNEL_TARGET = bzImage
 HEADERS_ARCH  = $(BUILD_PLATFORM)
 
@@ -52,6 +51,7 @@ ifeq "$(BUILD_ARCH)" "aarch64"
 endif
 
 ifeq "$(BUILD_ARCH)" "armv5tel"
+       KERNEL_ARCH  = arm
        KERNEL_TARGET = zImage
 endif