Skip to content

Commit

Permalink
autocore: make tmp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Dec 6, 2019
1 parent b922223 commit bfb9971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package/lean/autocore/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions package/lean/autocore/files/autocore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfb9971

Please sign in to comment.