From e2789440a6b22bb5f61bc64a42fbe5a30ef11222 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Wed, 10 Aug 2011 22:24:56 +0000
Subject: ar71xx: fix a copy&paste bug that broke wzr-hp-g300nh and
 wzr-hp-ag300h images (#9918)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27950 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 target/linux/ar71xx/image/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'target/linux/ar71xx')

diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index 569f2bd12d..abcf6256e9 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -127,7 +127,7 @@ define Image/Build/DIR825B1
 endef
 
 define Image/Build/WZRHPG30XNH
-	$(call MkuImageLzma,$(2),$(3) $(dir825b1_mtdlayout))
+	$(call MkuImageLzma,$(2),$(3))
 	$(call Sysupgrade/KR,$(1),$(2),1048576,31850496)
 	if [ -e "$(call sysupname,$(1),$(2))" ]; then \
 		( \
-- 
cgit v1.2.3