From 44bda23f36d36ff242595f0e8ecf52921830994e Mon Sep 17 00:00:00 2001 From: Kenneth Johansson Date: Wed, 3 May 2017 21:29:03 +0200 Subject: [PATCH] u-boot: escape escape escape File copied to wrong place and with wrong permission. --- uboot/Makefile | 2 +- uboot/files/etc/init.d/uboot | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 uboot/files/etc/init.d/uboot diff --git a/uboot/Makefile b/uboot/Makefile index 3991cdb6c..b360a3429 100644 --- a/uboot/Makefile +++ b/uboot/Makefile @@ -76,7 +76,7 @@ define Build/Compile endef define Package/uboot/install/default - $(CP) ./files/* $(1)/ + $(CP) ./files/* $$(1)/ $(INSTALL_DIR) $(BIN_DIR)/$(TARGET) $(INSTALL_DIR) $$(1)/boot $(CP) \ diff --git a/uboot/files/etc/init.d/uboot b/uboot/files/etc/init.d/uboot old mode 100644 new mode 100755