diff options
author | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-10-22 17:13:18 +0000 |
---|---|---|
committer | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-10-22 17:13:18 +0000 |
commit | 693dae95f763467e009af16c19aed08bf897c2b0 (patch) | |
tree | dbe76321fcc5fd4399f21108475a102ed674b1c2 /target | |
parent | bc6503de8265c15ec665fa500d53a38f2e002caa (diff) |
imx6: make symlinks for dtb's
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38496 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/imx6/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/imx6/image/Makefile b/target/linux/imx6/image/Makefile index 169fbdc2c7..4b9625aaac 100644 --- 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 |