Ver código fonte

ar71xx: fix a copy&paste bug that broke wzr-hp-g300nh and wzr-hp-ag300h images (#9918)

SVN-Revision: 27950
Felix Fietkau 14 anos atrás
pai
commit
9e5ead9a51
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      target/linux/ar71xx/image/Makefile

+ 1 - 1
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 \
 		( \