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:
153b6b7
)
ar71xx: fix Cameo934x initramfs image generation
author
Gabor Juhos
<juhosg@openwrt.org>
Fri, 20 Sep 2013 16:41:28 +0000
(16:41 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Fri, 20 Sep 2013 16:41:28 +0000
(16:41 +0000)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38084
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/ar71xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/image/Makefile
b/target/linux/ar71xx/image/Makefile
index
e453619
..
9b1e11e
100644
(file)
--- a/
target/linux/ar71xx/image/Makefile
+++ b/
target/linux/ar71xx/image/Makefile
@@
-356,7
+356,7
@@
Image/Build/Cameo7240/initramfs=$(call MkuImageLzma/initramfs,$(2),$(3) $(cameo7
Image/Build/Cameo934x/buildkernel=$(call MkuImageLzma,$(2),$(3) $(cameo934x_mtdlayout))
Image/Build/Cameo934x=$(call Image/Build/Cameo,$(1),$(2),$(3),$(cameo934x_mtdlayout),65536,15007718,$(4))
-Image/Build/Cameo934x/initramfs=$(call
Image/Build/Cameo,$(1)
,$(2),$(3) $(cameo934x_mtdlayout))
+Image/Build/Cameo934x/initramfs=$(call
MkuImageLzma/initramfs
,$(2),$(3) $(cameo934x_mtdlayout))
define Image/Build/CameoHornet