diff --git a/package/lean/autocore/Makefile b/package/lean/autocore/Makefile index 31d455343..99754385d 100644 --- a/package/lean/autocore/Makefile +++ b/package/lean/autocore/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=autocore PKG_VERSION:=1 -PKG_RELEASE:=6 +PKG_RELEASE:=8 include $(INCLUDE_DIR)/package.mk diff --git a/package/lean/autocore/files/autocore b/package/lean/autocore/files/autocore index 0b75d5d16..9462f3f28 100755 --- a/package/lean/autocore/files/autocore +++ b/package/lean/autocore/files/autocore @@ -25,10 +25,13 @@ start() done a=$(cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq) - b=$(echo -n ' x ') - c=$(cat /proc/cpuinfo | grep 'processor' | wc -l) - f=${a}${b}${c} - echo $f > /tmp/sysinfo/model + b=$(echo -n ' : ') + c=$(cat /proc/cpuinfo | grep 'core id' | sort -u | wc -l) + d=$(echo -n ' Core ') + e=$(cat /proc/cpuinfo | grep 'processor' | wc -l) + f=$(echo -n ' Thread ') + g=${a}${b}${c}${d}${e}${f} + echo $g > /tmp/sysinfo/model } diff --git a/package/lean/default-settings/Makefile b/package/lean/default-settings/Makefile index 0b385b9d4..e501db0ac 100644 --- a/package/lean/default-settings/Makefile +++ b/package/lean/default-settings/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=default-settings PKG_VERSION:=1.0 -PKG_RELEASE:=37 +PKG_RELEASE:=38 PKG_LICENSE:=GPLv3 PKG_LICENSE_FILES:=LICENSE diff --git a/package/lean/default-settings/i18n/default.zh-cn.po b/package/lean/default-settings/i18n/default.zh-cn.po index 0597e5af5..4237690ab 100644 --- a/package/lean/default-settings/i18n/default.zh-cn.po +++ b/package/lean/default-settings/i18n/default.zh-cn.po @@ -7,4 +7,7 @@ msgstr "架构" msgid "CPU Temperature" msgstr "CPU温度" +msgid "CPU Info" +msgstr "CPU信息" +