diff options
author | John Crispin <blogic@openwrt.org> | 2014-07-21 18:42:06 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-07-21 18:42:06 +0000 |
commit | b31d078c16f97674cfd531b4a180f26af6a305a2 (patch) | |
tree | 835dcd9c2f859154e1d803044613caa5dcaa3b5e /target/linux/mpc83xx | |
parent | 8909ffc7dd03d663021a3478cf811c304697e4cd (diff) | |
download | upstream-b31d078c16f97674cfd531b4a180f26af6a305a2.tar.gz upstream-b31d078c16f97674cfd531b4a180f26af6a305a2.tar.bz2 upstream-b31d078c16f97674cfd531b4a180f26af6a305a2.zip |
target/linux/*/image/Makefile: use new dts path variable
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41791 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc83xx')
-rw-r--r-- | target/linux/mpc83xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc83xx/image/Makefile b/target/linux/mpc83xx/image/Makefile index c7458f1c24..8770390b2d 100644 --- a/target/linux/mpc83xx/image/Makefile +++ b/target/linux/mpc83xx/image/Makefile @@ -9,7 +9,7 @@ include $(INCLUDE_DIR)/image.mk define Image/Prepare - $(LINUX_DIR)/scripts/dtc/dtc -O dtb -R 4 -S 0x20000 $(LINUX_DIR)/arch/powerpc/boot/dts/mpc8377_wlan.dts > $(BIN_DIR)/openwrt-mpc83xx-mpc8377_wlan.dtb + $(LINUX_DIR)/scripts/dtc/dtc -O dtb -R 4 -S 0x20000 $(DTS_DIR)/mpc8377_wlan.dts > $(BIN_DIR)/openwrt-mpc83xx-mpc8377_wlan.dtb endef define Image/BuildKernel |