update autocore x86/x64

This commit is contained in:
coolsnowwolf 2017-10-11 23:52:10 +08:00
parent 5dc24e77d2
commit 8a91f95359
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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
}