v1.0.0beta10
~同步Premium核心版本至20200927 ~增加对小米/红米AC2100系列设备的支持 ~修复了默认配置设置显示与实际设置不符的bug
This commit is contained in:
Binary file not shown.
@@ -1,2 +1,2 @@
|
||||
GeoIP_v=20200917
|
||||
versionsh=1.0.0beta10
|
||||
versionsh=1.0.0beta10fix1
|
||||
|
||||
@@ -309,7 +309,7 @@ cputype=$(uname -ms | tr ' ' '_' | tr '[A-Z]' '[a-z]')
|
||||
[ -n "$(echo $cputype | grep -E "linux.*x86_64.*")" ] && cpucore="amd64"
|
||||
if [ -n "$(echo $cputype | grep -E "linux.*mips.*")" ];then
|
||||
cpucore="mipsle-softfloat"
|
||||
[ -n "$(uname -a | grep -E "*M2100*")" ] && cpucore="mipsle-hardfloat"
|
||||
[ -n "$(uname -a | grep -E "M2100")" ] && cpucore="mipsle-hardfloat"
|
||||
fi
|
||||
###
|
||||
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user