u-boot: escape escape escape

File copied to wrong place and with wrong permission.
This commit is contained in:
Kenneth Johansson 2017-05-03 21:29:03 +02:00
parent 64ba407746
commit 44bda23f36
2 changed files with 1 additions and 1 deletions

View file

@ -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) \

0
uboot/files/etc/init.d/uboot Normal file → Executable file
View file