aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
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
commit344f649055db0b2b941a767af3796c7f1f4e2ad7 (patch)
treefe7a18f1c7369ac4e5d27d8747eda7dfbdaacbd3 /target/linux
parent153b6b712227ae475b89862857c77c69684dc486 (diff)
downloadmaster-187ad058-344f649055db0b2b941a767af3796c7f1f4e2ad7.tar.gz
master-187ad058-344f649055db0b2b941a767af3796c7f1f4e2ad7.tar.bz2
master-187ad058-344f649055db0b2b941a767af3796c7f1f4e2ad7.zip
ar71xx: fix Cameo934x initramfs image generation
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38084 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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