]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/dhcpcd
dhcpcd: Allow freely setting MTU
[ipfire-2.x.git] / lfs / dhcpcd
index 8291d076a74f89e93f476a93946cc122e511f596..03349ddc712be8a48c6e6ddfb2566042afd1a4dc 100644 (file)
@@ -70,6 +70,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/dhcpcd-9.4.0-Allow-free-selection-of-MTU-by-the-user.patch
        cd $(DIR_APP) && ./configure \
                        --prefix="" \
                        --sysconfdir=/var/ipfire/dhcpc \