From 7254ee77e54b4dc26a4bcb6393098bec41b5f7c7 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 3 Feb 2003 12:46:30 +0000 Subject: Be really cereful to ensure udhcp.script is executable --- make/busybox.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make/busybox.mk') 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 -- cgit v1.2.3