Browse Source

include the board name in the generated dtb's filename

SVN-Revision: 19680
Imre Kaloz 16 years ago
parent
commit
0499a77159
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/mpc83xx/image/Makefile

+ 1 - 1
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-mpc8377_wlan.dtb
+	$(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
 endef
 
 define Image/BuildKernel