From: juhosg Date: Sun, 4 Nov 2012 21:14:15 +0000 (+0000) Subject: AA: ar71xx: include mtd layout in the command line for ZCN-1523H-* boards X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=5797ff9c5bc92956be668cecba948b1385482fe1;p=12.09%2Fopenwrt.git AA: ar71xx: include mtd layout in the command line for ZCN-1523H-* boards Backport of r34074. Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34075 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 31ba806..1d67317 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