From 0a478d33513c0c6edae9492f10b96820abe573d9 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 22 Jan 2011 23:48:21 +0100 Subject: [PATCH] Fix outgoingfw.pl is not executable. --- lfs/configroot | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lfs/configroot b/lfs/configroot index ff1a2062a8..43c2d21558 100644 --- a/lfs/configroot +++ b/lfs/configroot @@ -139,4 +139,7 @@ $(TARGET) : done chown root:nobody $(CONFIG_ROOT)/dhcpc + # Set outgoingfw.pl executable + chmod 755 $(CONFIG_ROOT)/outgoing/bin/outgoingfw.pl + @$(POSTBUILD) -- 2.39.2