[][openwrt][mt7988][tops][update tops-tool default behavior]

[Description]
Change TOPS tool default behavior.

By default, TOPS tool will automatically start even if TOPS is not loaded.
Add another package that depends on TOPS auto load package to separate TOPS
program installation and initialization auto start script. Right now, TOPS
tool will only be started at boot time if TOPS auto load package is
enabled.

Fix coredump file open failed issue. The open system call accept second
argument as open file mode not the file permission. Fix the issue by
giving the right file open mode.

Complement TOPS tool description will more information.

[Release-log]
N/A

Change-Id: Ife306851d8e01e9fbf8314d63eecbfd22a34d72b
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/7961257
diff --git a/feed/tops-tool/files/tops-tool.init b/feed/tops-tool/files/tops-tool.init
index 6c4e612..57ec788 100644
--- a/feed/tops-tool/files/tops-tool.init
+++ b/feed/tops-tool/files/tops-tool.init
@@ -1,7 +1,7 @@
 #!/bin/sh /etc/rc.common
 
-#the priority of TOPS driver is 41
-START=42
+#the priority of TOPS driver is 51
+START=52
 
 USE_PROCD=1
 NAME=tops-tool