mirror of https://github.com/hak5/openwrt-owl.git
ar71xx: fix a copy&paste bug that broke wzr-hp-g300nh and wzr-hp-ag300h images (#9918)
SVN-Revision: 27950owl
parent
dd46d036d9
commit
9e5ead9a51
|
@ -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 \
|
||||||
( \
|
( \
|
||||||
|
|
Loading…
Reference in New Issue