mirror of https://github.com/hak5/openwrt-owl.git
imx6: make symlinks for dtb's
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38496owl
parent
1ff15bfe83
commit
38aefbfa8d
|
@ -41,6 +41,7 @@ define Image/InstallKernel/Template
|
||||||
$(INSTALL_DIR) $(TARGET_DIR)/boot
|
$(INSTALL_DIR) $(TARGET_DIR)/boot
|
||||||
ifneq ($(1),)
|
ifneq ($(1),)
|
||||||
$(CP) $(BIN_DIR)/$(IMG_PREFIX)-$(1).dtb $(TARGET_DIR)/boot/
|
$(CP) $(BIN_DIR)/$(IMG_PREFIX)-$(1).dtb $(TARGET_DIR)/boot/
|
||||||
|
ln -sf $(IMG_PREFIX)-$(1).dtb $(TARGET_DIR)/boot/$(1)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in New Issue