Fix outgoingfw.pl is not executable.

This commit is contained in:
Arne Fitzenreiter
2011-01-22 23:48:21 +01:00
parent dbd3392c8a
commit 0a478d3351

View File

@@ -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)