ar71xx: fix a copy&paste bug that broke wzr-hp-g300nh and wzr-hp-ag300h images (#9918)
SVN-Revision: 27950
This commit is contained in:
parent
dd46d036d9
commit
9e5ead9a51
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
( \
|
||||
|
|
Loading…
Reference in a new issue