diff --git a/package/lean/autocore/Makefile b/package/lean/autocore/Makefile index 69310d8ec4..31d4553437 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 236d7ab50b..0b75d5d16c 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 }