X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fdhcpcd;h=3b9a094ce17876d20449cbcf319831f682ebd4df;hb=5283818233fe07b1efd52a53b8d894960843629e;hp=e73d99c653f3f3f07cd77175949a8aeddec431c4;hpb=d4ee6f08135135d7abac777a63fdadccda156052;p=ipfire-2.x.git diff --git a/lfs/dhcpcd b/lfs/dhcpcd index e73d99c653..3b9a094ce1 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -85,7 +85,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) rm -f $(CONFIG_ROOT)/dhcpc/dhcpcd-hooks/50-yp.conf rm -f $(CONFIG_ROOT)/dhcpc/dhcpcd-hooks/50-ypbind - sed -i -e "s|-ge 576|-gt 576|g" $(CONFIG_ROOT)/dhcpc/dhcpcd-hooks/10-mtu + install -m 644 $(DIR_SRC)/config/dhcpc/dhcpcd.conf $(CONFIG_ROOT)/dhcpc/ + install -m 444 $(DIR_SRC)/config/dhcpc/dhcpcd-hooks/10-mtu $(CONFIG_ROOT)/dhcpc/dhcpcd-hooks + + chown root:root $(CONFIG_ROOT)/dhcpc/dhcpcd.conf @rm -rf $(DIR_APP) @$(POSTBUILD)