Be really cereful to ensure udhcp.script is executable
This commit is contained in:
parent
fa7f8b8eca
commit
7254ee77e5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user