Author: blogic Date: 2014-10-26 17:57:38 +0100 (Sun, 26 Oct 2014) New Revision: 43071
Modified: trunk/package/network/utils/comgt/files/runcommand.gcom Log: comgt: fix typo in the ncm proto handler Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/network/utils/comgt/files/runcommand.gcom =================================================================== --- trunk/package/network/utils/comgt/files/runcommand.gcom 2014-10-26 16:57:33 UTC (rev 43070) +++ trunk/package/network/utils/comgt/files/runcommand.gcom 2014-10-26 16:57:38 UTC (rev 43071) @@ -8,7 +8,7 @@ :start send "sending -> " send $env("COMMAND") - send "^n" + send "^m" waitfor 15 "OK","ERR","ERROR" if % = 0 goto continue _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
