diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-04 21:12:20 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-04 21:12:20 +0000 |
commit | 4cded31fbd6ce59514b691c6402550512135a377 (patch) | |
tree | e16dadfb03e922fe5b65937db55a1c6b80f2299f /target/linux/ar71xx/image | |
parent | 8ca4e9217f64511420211edd17442a3d54375e72 (diff) |
ar71xx: include mtd layout in the command line for ZCN-1523H-* boards
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34074 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 31ba806ce..1d67317c7 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -649,7 +649,7 @@ define Image/Build/OpenMesh endef define Image/Build/Zcomax - $(call MkuImageLzma,$(2),$(3)) + $(call MkuImageLzma,$(2),$(3) $(4)) $(call Sysupgrade/RKuImage,$(1),$(2),1507328,6356992) if [ -e "$(call sysupname,$(1),$(2))" ]; then \ $(STAGING_DIR_HOST)/bin/mkzcfw \ @@ -661,7 +661,7 @@ define Image/Build/Zcomax endef define Image/Build/Zcomax/initramfs - $(call MkuImageLzma/initramfs,$(2),$(3)) + $(call MkuImageLzma/initramfs,$(2),$(3) $(4)) endef define Image/Build/Template/initramfs/initramfs |