summaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>2014-11-03 00:39:51 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-11-08 23:03:45 +0100
commitdd44b9431291909185b60254909295f09eafb8ee (patch)
treea7151838bc3fa9de55c19957c38ba2dca9e42136 /package/busybox
parentfdff90929f06ca475e02c519c77b3cfac2e8b60f (diff)
downloadbuildroot-dd44b9431291909185b60254909295f09eafb8ee.tar.gz
buildroot-dd44b9431291909185b60254909295f09eafb8ee.zip
package/*/*.mk: Fix indent
Fix indent for LIBFOO_USERS and LIBFOO_PERMISSIONS as per the manual example. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/busybox.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk
index 98d1bd169f..0ceaab17f3 100644
--- a/package/busybox/busybox.mk
+++ b/package/busybox/busybox.mk
@@ -50,8 +50,8 @@ BUSYBOX_KCONFIG_EDITORS = menuconfig xconfig gconfig
BUSYBOX_KCONFIG_OPTS = $(BUSYBOX_MAKE_OPTS)
define BUSYBOX_PERMISSIONS
-/bin/busybox f 4755 0 0 - - - - -
-/usr/share/udhcpc/default.script f 755 0 0 - - - - -
+ /bin/busybox f 4755 0 0 - - - - -
+ /usr/share/udhcpc/default.script f 755 0 0 - - - - -
endef
# If mdev will be used for device creation enable it and copy S10mdev to /etc/init.d
OpenPOWER on IntegriCloud