projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddd9ba8
)
imx6: make symlinks for dtb's
author
Luka Perkov
<luka@openwrt.org>
Tue, 22 Oct 2013 17:13:18 +0000
(17:13 +0000)
committer
Luka Perkov
<luka@openwrt.org>
Tue, 22 Oct 2013 17:13:18 +0000
(17:13 +0000)
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38496
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/imx6/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/imx6/image/Makefile
b/target/linux/imx6/image/Makefile
index
169fbdc
..
4b9625a
100644
(file)
--- a/
target/linux/imx6/image/Makefile
+++ b/
target/linux/imx6/image/Makefile
@@
-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