imx6: make symlinks for dtb's
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38496
This commit is contained in:
parent
1ff15bfe83
commit
38aefbfa8d
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ define Image/InstallKernel/Template
|
|||
$(INSTALL_DIR) $(TARGET_DIR)/boot
|
||||
ifneq ($(1),)
|
||||
$(CP) $(BIN_DIR)/$(IMG_PREFIX)-$(1).dtb $(TARGET_DIR)/boot/
|
||||
ln -sf $(IMG_PREFIX)-$(1).dtb $(TARGET_DIR)/boot/$(1)
|
||||
endif
|
||||
endif
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue