summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-09-20 16:41:28 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-09-20 16:41:28 +0000
commitcf5891fb39a230d6484855d39e4d5d65cf033eb6 (patch)
tree393eac4a207958a6717ce99d8920971f0ba92908
parent7665c57a72d8ff394f9b8715ef3ae42fa68ed303 (diff)
downloadmaster-31e0f0ae-cf5891fb39a230d6484855d39e4d5d65cf033eb6.tar.gz
master-31e0f0ae-cf5891fb39a230d6484855d39e4d5d65cf033eb6.tar.bz2
master-31e0f0ae-cf5891fb39a230d6484855d39e4d5d65cf033eb6.zip
ar71xx: fix Cameo934x initramfs image generation
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38084
-rw-r--r--target/linux/ar71xx/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index e453619d32..9b1e11e7b2 100644
--- 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