Author: rmilecki Date: 2015-11-17 08:26:12 +0100 (Tue, 17 Nov 2015) New Revision: 47489
Modified: trunk/package/system/procd/files/nand.sh Log: procd: drop nand_upgrade_stage1 from sysupgrade_pre_upgrade hooks Now we have all targets using platform_pre_upgrade (and calling nand_do_upgrade directly) we don't need nand_upgrade_stage1 to be in sysupgrade_pre_upgrade hooks anymore. Signed-off-by: Rafa?\197?\130 Mi?\197?\130ecki <[email protected]> Modified: trunk/package/system/procd/files/nand.sh =================================================================== --- trunk/package/system/procd/files/nand.sh 2015-11-16 18:15:00 UTC (rev 47488) +++ trunk/package/system/procd/files/nand.sh 2015-11-17 07:26:12 UTC (rev 47489) @@ -322,7 +322,6 @@ exit 0 } } -append sysupgrade_pre_upgrade nand_upgrade_stage1 # Check if passed file is a valid one for NAND sysupgrade. Currently it accepts # 3 types of files: _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
