diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-20 16:41:28 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-20 16:41:28 +0000 |
commit | cf5891fb39a230d6484855d39e4d5d65cf033eb6 (patch) | |
tree | 393eac4a207958a6717ce99d8920971f0ba92908 /target/linux | |
parent | 7665c57a72d8ff394f9b8715ef3ae42fa68ed303 (diff) | |
download | upstream-cf5891fb39a230d6484855d39e4d5d65cf033eb6.tar.gz upstream-cf5891fb39a230d6484855d39e4d5d65cf033eb6.tar.bz2 upstream-cf5891fb39a230d6484855d39e4d5d65cf033eb6.zip |
ar71xx: fix Cameo934x initramfs image generation
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38084
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
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 |