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

SVN-Revision: 27950
lede-17.01
Felix Fietkau 2011-08-10 22:24:56 +00:00
parent dd46d036d9
commit 9e5ead9a51
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ define Image/Build/DIR825B1
endef endef
define Image/Build/WZRHPG30XNH define Image/Build/WZRHPG30XNH
$(call MkuImageLzma,$(2),$(3) $(dir825b1_mtdlayout)) $(call MkuImageLzma,$(2),$(3))
$(call Sysupgrade/KR,$(1),$(2),1048576,31850496) $(call Sysupgrade/KR,$(1),$(2),1048576,31850496)
if [ -e "$(call sysupname,$(1),$(2))" ]; then \ if [ -e "$(call sysupname,$(1),$(2))" ]; then \
( \ ( \