Author: nbd
Date: 2015-04-06 21:26:30 +0200 (Mon, 06 Apr 2015)
New Revision: 45281

Modified:
   trunk/target/linux/ar71xx/image/Makefile
Log:
ar71xx: fix new mktplinkfw image code - flags for sysupgrade vs factory were 
swapped (fixes #19400)

Signed-off-by: Felix Fietkau <[email protected]>

Modified: trunk/target/linux/ar71xx/image/Makefile
===================================================================
--- trunk/target/linux/ar71xx/image/Makefile    2015-04-06 18:44:28 UTC (rev 
45280)
+++ trunk/target/linux/ar71xx/image/Makefile    2015-04-06 19:26:30 UTC (rev 
45281)
@@ -57,8 +57,8 @@
                -r $@ \
                -o [email protected] \
                -a $(call rootfs_align,$(FILESYSTEM)) \
-               $(if $(findstring sysupgrade,$1),-j -X 0x40000) \
-               $(if $(findstring factory,$1),-j -X 0x40000 -s) \
+               $(if $(findstring sysupgrade,$1),-j -X 0x40000 -s) \
+               $(if $(findstring factory,$1),-j -X 0x40000) \
                $(if $(findstring initramfs,$1),-s -c)
        @mv [email protected] $@
 endef
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to