mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
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
This commit is contained in:
parent
dd2ca00b93
commit
733ef74e71
@ -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 New Issue
Block a user