projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25d2e32
)
[mvebu]: use the full boardname for the wrt1900ac image
author
Imre Kaloz
<kaloz@openwrt.org>
Sun, 13 Jul 2014 22:15:03 +0000
(22:15 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Sun, 13 Jul 2014 22:15:03 +0000
(22:15 +0000)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41631
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/mvebu/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/mvebu/image/Makefile
b/target/linux/mvebu/image/Makefile
index
9de7e96
..
964fb06
100644
(file)
--- a/
target/linux/mvebu/image/Makefile
+++ b/
target/linux/mvebu/image/Makefile
@@
-48,7
+48,7
@@
define Image/Build/squashfs
dd if=$(KDIR)/uImage-armada-xp-mamba bs=3072k conv=sync; \
dd if=$(BIN_DIR)/$(IMG_PREFIX)-armada-xp-mamba-squashfs-ubinized.bin \
bs=2048 conv=sync; \
- ) > $(BIN_DIR)/$(IMG_PREFIX)-mamba-squashfs.img
+ ) > $(BIN_DIR)/$(IMG_PREFIX)-
armada-xp-
mamba-squashfs.img
endef
define Image/Build/Initramfs