projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
666c2fe
)
include the board name in the generated dtb's filename
author
Imre Kaloz
<kaloz@openwrt.org>
Tue, 16 Feb 2010 23:51:18 +0000
(23:51 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Tue, 16 Feb 2010 23:51:18 +0000
(23:51 +0000)
SVN-Revision: 19680
target/linux/mpc83xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/mpc83xx/image/Makefile
b/target/linux/mpc83xx/image/Makefile
index 9b241919f6e1385c279f8a820a5fcf9e9fa271f2..0d5c380f857a73ca498617fb6e5fd74ee96aabc8 100644
(file)
--- 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-mpc83
xx-mpc83
77_wlan.dtb
endef
define Image/BuildKernel