diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-02-16 23:51:18 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-02-16 23:51:18 +0000 |
commit | 17cfd09a8f05c78d854a75a4c2b7c7cb0b28be78 (patch) | |
tree | 92ae81874bfb7282cca50b76fadec6ceaccb9448 /target/linux/mpc83xx | |
parent | 1f15fd0dec1c5093efc54a5c1be3cda0a840e834 (diff) | |
download | master-187ad058-17cfd09a8f05c78d854a75a4c2b7c7cb0b28be78.tar.gz master-187ad058-17cfd09a8f05c78d854a75a4c2b7c7cb0b28be78.tar.bz2 master-187ad058-17cfd09a8f05c78d854a75a4c2b7c7cb0b28be78.zip |
[mpc83xx]: include the board name in the generated dtb's filename
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19680 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 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 |