mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-02-16 04:49:13 +01:00
u-boot: escape escape escape
File copied to wrong place and with wrong permission.
This commit is contained in:
parent
64ba407746
commit
44bda23f36
2 changed files with 1 additions and 1 deletions
|
|
@ -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
0
uboot/files/etc/init.d/uboot
Normal file → Executable file
Loading…
Add table
Reference in a new issue