From 8a91f95359b0973f4641bfd90388dc88f20d0844 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Wed, 11 Oct 2017 23:52:10 +0800 Subject: [PATCH] update autocore x86/x64 --- package/lean/autocore/Makefile | 2 +- package/lean/autocore/files/autocore | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/package/lean/autocore/Makefile b/package/lean/autocore/Makefile index 69310d8ec..31d455343 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:=5 +PKG_RELEASE:=6 include $(INCLUDE_DIR)/package.mk diff --git a/package/lean/autocore/files/autocore b/package/lean/autocore/files/autocore index 236d7ab50..0b75d5d16 100755 --- a/package/lean/autocore/files/autocore +++ b/package/lean/autocore/files/autocore @@ -27,9 +27,7 @@ start() a=$(cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq) b=$(echo -n ' x ') c=$(cat /proc/cpuinfo | grep 'processor' | wc -l) - d=$(echo -n ' @ ') - e=$(sensors | grep 'Core 0' | cut -c10-26) - f=${a}${b}${c}${d}${e} + f=${a}${b}${c} echo $f > /tmp/sysinfo/model }