]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
kernel: cleanup kirkwood patch apply lines
authorArne Fitzenreiter <arne_f@ipfire.org>
Fri, 11 Sep 2020 19:30:15 +0000 (21:30 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 11 Sep 2020 19:30:15 +0000 (21:30 +0200)
kirkwood support is removed long time ago and the patch already
removed from tree.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/linux

index 0f118455a271602b2141bdf442d5f5f6096eb753..57f355e7422cba4097b607a25228a5ccffc8b5ab 100644 (file)
--- 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