summaryrefslogtreecommitdiffstats
path: root/target/linux/mpc83xx
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2010-02-16 23:51:18 +0000
committerImre Kaloz <kaloz@openwrt.org>2010-02-16 23:51:18 +0000
commit0499a7715936f6e3cd589aea4e2ab559380e9c00 (patch)
tree13080631a5b42511713a65ba7c3b78a02f740fd3 /target/linux/mpc83xx
parent666c2fef6adc861883e73eac88ea619d7a56c22e (diff)
downloadmaster-31e0f0ae-0499a7715936f6e3cd589aea4e2ab559380e9c00.tar.gz
master-31e0f0ae-0499a7715936f6e3cd589aea4e2ab559380e9c00.tar.bz2
master-31e0f0ae-0499a7715936f6e3cd589aea4e2ab559380e9c00.zip
include the board name in the generated dtb's filename
SVN-Revision: 19680
Diffstat (limited to 'target/linux/mpc83xx')
-rw-r--r--target/linux/mpc83xx/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc83xx/image/Makefile b/target/linux/mpc83xx/image/Makefile
index 9b241919f6..0d5c380f85 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-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