1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

imx6: make symlinks for dtb's

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 38496
This commit is contained in:
Luka Perkov 2013-10-22 17:13:18 +00:00
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