diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-08-10 22:24:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-08-10 22:24:56 +0000 |
commit | 9e5ead9a511e5ac7f1c285afd04bf57fab253e24 (patch) | |
tree | 255ffbcd775f9320c2d8f897b0454264b3bfaa42 /target/linux/ar71xx/image/Makefile | |
parent | dd46d036d9448665d8b886bd958a0c3e72be73e7 (diff) | |
download | mtk-20170518-9e5ead9a511e5ac7f1c285afd04bf57fab253e24.zip mtk-20170518-9e5ead9a511e5ac7f1c285afd04bf57fab253e24.tar.gz mtk-20170518-9e5ead9a511e5ac7f1c285afd04bf57fab253e24.tar.bz2 |
ar71xx: fix a copy&paste bug that broke wzr-hp-g300nh and wzr-hp-ag300h images (#9918)
SVN-Revision: 27950
Diffstat (limited to 'target/linux/ar71xx/image/Makefile')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 569f2bd..abcf625 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/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 \ ( \ |