From: Arne Fitzenreiter Date: Fri, 11 Sep 2020 19:30:15 +0000 (+0200) Subject: kernel: cleanup kirkwood patch apply lines X-Git-Tag: v2.25-core150~35 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=1d15fbd440308b7bf64dcc0944f1ca26589a4b56 kernel: cleanup kirkwood patch apply lines kirkwood support is removed long time ago and the patch already removed from tree. Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/linux b/lfs/linux index 0f118455a2..57f355e742 100644 --- a/lfs/linux +++ b/lfs/linux @@ -147,10 +147,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Patch CVE-2020-14386 cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-cve-2020-14386_net_packet_fix_overflow_in_tpacket_rcv.patch -ifeq "$(KCFG)" "-kirkwood" - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-4.14.40-kirkwood-dtb.patch -endif - ifeq "$(KCFG)" "-multi" # Apply Arm-multiarch kernel patches. cd $(DIR_APP) && xzcat $(DIR_DL)/arm-multi-patches-$(ARM_PATCHES).patch.xz | patch -Np1