From: Arne Fitzenreiter Date: Tue, 7 Aug 2018 17:05:35 +0000 (+0200) Subject: kernel: fix build on armv5tel X-Git-Tag: v2.21-core123~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07664187ac7323af8cbcce166be6fb5e6786fdca;p=ipfire-2.x.git kernel: fix build on armv5tel Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/linux b/lfs/linux index b5877fc5be..cfdcc4a426 100644 --- 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