summaryrefslogtreecommitdiffstats
path: root/rules/busybox.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-03-31 14:13:25 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-03-31 14:13:25 +0000
commit72387a0a55bfb5ee624c82a63f860deb72b01e94 (patch)
tree349a2b4b9016f5861de175661beb70c8277b944b /rules/busybox.make
parent426ff6f881e4b10e23ea4d44c0c209e42b00a9aa (diff)
downloadptxdist-72387a0a55bfb5ee624c82a63f860deb72b01e94.tar.gz
ptxdist-72387a0a55bfb5ee624c82a63f860deb72b01e94.tar.xz
host-ipkg and the ipkg bundeling mechanism are now mandatory
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5320 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/busybox.make')
-rw-r--r--rules/busybox.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/busybox.make b/rules/busybox.make
index 3e980f985..9038325ce 100644
--- a/rules/busybox.make
+++ b/rules/busybox.make
@@ -137,7 +137,7 @@ $(STATEDIR)/busybox.targetinstall: $(busybox_targetinstall_deps_default)
rm -f $(BUSYBOX_DIR)/busybox.links
cd $(BUSYBOX_DIR) && $(MAKE) busybox.links
- @$(call install_copy, busybox, 0, 0, 1555, $(BUSYBOX_DIR)/busybox, /bin/busybox)
+ @$(call install_copy, busybox, 0, 0, 755, $(BUSYBOX_DIR)/busybox, /bin/busybox)
for file in `cat $(BUSYBOX_DIR)/busybox.links`; do \
$(call install_link, busybox, /bin/busybox, $$file); \
done