summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorEric Andersen2003-02-03 13:46:30 +0100
committerEric Andersen2003-02-03 13:46:30 +0100
commit7254ee77e54b4dc26a4bcb6393098bec41b5f7c7 (patch)
tree5a0ab4b20770ec85f73660e0e0e8fc2510c97de4 /make
parentAdd dhcp relay daemon (diff)
downloadbuildroot-7254ee77e54b4dc26a4bcb6393098bec41b5f7c7.tar.gz
buildroot-7254ee77e54b4dc26a4bcb6393098bec41b5f7c7.tar.xz
buildroot-7254ee77e54b4dc26a4bcb6393098bec41b5f7c7.zip
Be really cereful to ensure udhcp.script is executable
Diffstat (limited to 'make')
-rw-r--r--make/busybox.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/busybox.mk b/make/busybox.mk
index 600266fd4..bdbccafa0 100644
--- a/make/busybox.mk
+++ b/make/busybox.mk
@@ -51,6 +51,8 @@ $(BUSYBOX_DIR)/busybox: $(BUSYBOX_DIR)/.configured
$(TARGET_DIR)/bin/busybox: $(BUSYBOX_DIR)/busybox
$(MAKE) CROSS="$(TARGET_CROSS)" PREFIX="$(TARGET_DIR)" -C $(BUSYBOX_DIR) install
+ # Just in case
+ -chmod a+x $(TARGET_DIR)/usr/share/udhcpc/default.script
busybox: uclibc $(TARGET_DIR)/bin/busybox