[OpenWrt-Devel] [PATCH] procd: make nand_do_platform_check check image only

Rafał Miłecki zajec5 at gmail.com
Thu Sep 24 05:32:20 EDT 2015


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ł Miłecki <zajec5 at gmail.com>
---
I'll wait a week or two before pushing it. Maybe it'll make someone test
it just in case :)
---
 package/system/procd/files/nand.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/system/procd/files/nand.sh b/package/system/procd/files/nand.sh
index 0ed1b63..3b1c749 100644
--- a/package/system/procd/files/nand.sh
+++ b/package/system/procd/files/nand.sh
@@ -348,9 +348,6 @@ nand_do_platform_check() {
 		return 1
 	}
 
-	echo -n $2 > /tmp/sysupgrade-nand-path
-	cp /sbin/upgraded /tmp/
-
 	return 0
 }
 
-- 
1.8.4.5
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list