kernel: armv5tel remove "-multi" config

we have only this kernel left so remove the extension

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2021-06-10 13:36:45 +00:00
parent 09951f8b0f
commit efafef1663
14 changed files with 22843 additions and 22861 deletions

View File

@@ -66,9 +66,6 @@ endif
ifeq "$(KCFG)" ""
LASTKERNEL=1
endif
ifeq "$(KCFG)" "-multi"
LASTKERNEL=1
endif
###############################################################################
# Top-level Rules
@@ -140,7 +137,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
# fix Boot with enabled usercopy hardening
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-5.9-crypto_testmgr_allocate_buffers_with____GFP_COMP.patch
ifeq "$(KCFG)" "-multi"
ifeq "$(BUILD_ARCH)" "armv5tel"
# Apply Arm-multiarch kernel patches.
cd $(DIR_APP) && xzcat $(DIR_DL)/arm-multi-patches-$(ARM_PATCHES).patch.xz | patch -Np1
endif