summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2013-06-04 14:19:11 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-06-05 11:39:32 +0200
commitd2a35dd5e60036adc24a67247b3a4f0e6eb50d6c (patch)
tree83defa714ebb5af994a31ff3eedf7a075b1c61c8
parentbd3f75cddec1dd68775e4d5037eafc07365e64a7 (diff)
downloadptxdist-d2a35dd5e60036adc24a67247b3a4f0e6eb50d6c.tar.gz
ptxdist-d2a35dd5e60036adc24a67247b3a4f0e6eb50d6c.tar.xz
busybox: Fix permission of /etc/sysctl.conf
It's not necessary to make /etc/sysctl.conf executable. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/busybox.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/busybox.make b/rules/busybox.make
index 48b0a23ad..203aa5293 100644
--- a/rules/busybox.make
+++ b/rules/busybox.make
@@ -233,7 +233,7 @@ ifdef PTXCONF_BUSYBOX_CROND
endif
ifdef PTXCONF_BUSYBOX_BB_SYSCTL
- @$(call install_alternative, busybox, 0, 0, 0755, /etc/sysctl.conf)
+ @$(call install_alternative, busybox, 0, 0, 0644, /etc/sysctl.conf)
endif
@$(call install_finish, busybox)