From 7d8f187201d361e1c0059d18d7e0f119ae4b6472 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 21 Jul 2014 18:42:06 +0000 Subject: target/linux/*/image/Makefile: use new dts path variable Signed-off-by: John Crispin SVN-Revision: 41791 --- target/linux/ppc40x/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ppc40x') diff --git a/target/linux/ppc40x/image/Makefile b/target/linux/ppc40x/image/Makefile index 86c238a6af..3a955e7bb3 100644 --- a/target/linux/ppc40x/image/Makefile +++ b/target/linux/ppc40x/image/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/image.mk JFFS2_BLOCKSIZE=128k 64k define Image/Prepare - $(LINUX_DIR)/scripts/dtc/dtc -O dtb -R 4 -S 0x20000 $(LINUX_DIR)/arch/powerpc/boot/dts/kilauea.dts > $(KDIR)/openwrt-kilauea.dtb + $(LINUX_DIR)/scripts/dtc/dtc -O dtb -R 4 -S 0x20000 $(DTS_DIR)/kilauea.dts > $(KDIR)/openwrt-kilauea.dtb endef define Image/BuildKernel -- cgit v1.2.3