mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
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
@ -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 New Issue
Block a user