Author: rmilecki Date: 2015-10-02 08:03:13 +0200 (Fri, 02 Oct 2015) New Revision: 47079
Modified: trunk/package/system/procd/files/nand.sh Log: procd: make nand_do_platform_check check image only Recently all targets have been updated to call nand_do_upgrade directly. It's not needed anymore to leave a magic /tmp/sysupgrade-nand-path mark during image check. Signed-off-by: Rafa?\197?\130 Mi?\197?\130ecki <[email protected]> Acked-by: John Crispin <[email protected]> Modified: trunk/package/system/procd/files/nand.sh =================================================================== --- trunk/package/system/procd/files/nand.sh 2015-10-01 19:50:06 UTC (rev 47078) +++ trunk/package/system/procd/files/nand.sh 2015-10-02 06:03:13 UTC (rev 47079) @@ -348,9 +348,6 @@ return 1 } - echo -n $2 > /tmp/sysupgrade-nand-path - cp /sbin/upgraded /tmp/ - return 0 } _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
