From: Eric Andersen Date: Mon, 3 Feb 2003 12:46:30 +0000 (-0000) Subject: Be really cereful to ensure udhcp.script is executable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7254ee77e54b4dc26a4bcb6393098bec41b5f7c7;p=buildroot.git Be really cereful to ensure udhcp.script is executable --- diff --git a/make/busybox.mk b/make/busybox.mk index 600266fd4a..bdbccafa01 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