Skip to content

Commit

Permalink
fix restart takes too long
Browse files Browse the repository at this point in the history
  • Loading branch information
sadog committed Feb 28, 2021
1 parent a7b1a25 commit 571b574
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 11 deletions.
6 changes: 3 additions & 3 deletions softcenter/app.json.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,15 +254,15 @@
"version": "2.4"
},
{
"build_date": "2021-02-27_23:55:06",
"build_date": "2021-02-28_09:52:23",
"changelog": "",
"description": "使用U盘轻松挂载jffs",
"home_url": "Module_usb2jffs.asp",
"md5": "341fd32215c32bad19cfa10c9af3dc26",
"md5": "4b3196a88c991362a30494b853e00c66",
"name": "usb2jffs",
"tar_url": "usb2jffs/usb2jffs.tar.gz",
"title": "USB2JFFS",
"version": "1.9"
"version": "1.9.1"
},
{
"build_date": "2021-02-28_09:35:13",
Expand Down
3 changes: 3 additions & 0 deletions usb2jffs/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Koolshare Asuswrt-Merlin USB2JFFS Changelog for HND/AXHND platform
===========================================
1.9.1
- fix 修复重启路由器时间过长的问题

1.8 - 1.9
- update 将插件使用条件改为读20MB/s,写30MB/s
- update 现在插件更新的时候将同时更新到USB JFFS和原始的MTD JFFS
Expand Down
2 changes: 1 addition & 1 deletion usb2jffs/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

MODULE="usb2jffs"
VERSION="1.9"
VERSION="1.9.1"
TITLE="USB2JFFS"
DESCRIPTION="使用U盘轻松挂载jffs"
HOME_URL="Module_usb2jffs.asp"
Expand Down
6 changes: 3 additions & 3 deletions usb2jffs/config.json.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"version":"1.9",
"md5":"341fd32215c32bad19cfa10c9af3dc26",
"version":"1.9.1",
"md5":"4b3196a88c991362a30494b853e00c66",
"home_url":"Module_usb2jffs.asp",
"title":"USB2JFFS",
"description":"使用U盘轻松挂载jffs",
"changelog":"",
"build_date":"2021-02-27_23:55:06"
"build_date":"2021-02-28_09:52:23"
}
Binary file modified usb2jffs/usb2jffs.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion usb2jffs/usb2jffs/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ usb2jffs_install(){

# isntall file
echo_date "安装插件相关文件..."
find /${KSHOME}/.koolshare/init.d/ -name "*${module}.sh*"|xargs rm -rf >/dev/null 2>&1
find /${KSHOME}/.koolshare/init.d/ -name "*${module}*"|xargs rm -rf >/dev/null 2>&1
cd /tmp
cp -rf /tmp/${module}/bin/* /${KSHOME}/.koolshare/res/
cp -rf /tmp/${module}/res/* /${KSHOME}/.koolshare/res/
Expand Down
2 changes: 1 addition & 1 deletion usb2jffs/usb2jffs/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9
1.9.1
4 changes: 2 additions & 2 deletions usb2jffs/version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.9
341fd32215c32bad19cfa10c9af3dc26
1.9.1
4b3196a88c991362a30494b853e00c66

0 comments on commit 571b574

Please sign in to comment.