autocore: make tmp dir

This commit is contained in:
LEAN-ESX 2019-12-05 20:29:34 -08:00
parent b922223bf9
commit bfb99715e5
2 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=autocore
PKG_VERSION:=1
PKG_RELEASE:=25
PKG_RELEASE:=26
include $(INCLUDE_DIR)/package.mk

View File

@ -31,6 +31,8 @@ start()
e=$(cat /proc/cpuinfo | grep 'processor' | wc -l)
f=$(echo -n ' Thread ')
g=${a}${b}${c}${d}${e}${f}
mkdir -p /tmp/sysinfo
echo $g > /tmp/sysinfo/model
ethtool -K eth0 rx-checksum on >/dev/null 2>&1