mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
update autocore x86/x64
This commit is contained in:
parent
5dc24e77d2
commit
8a91f95359
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user