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