mirror of
https://github.com/goodtft/LCD-show.git
synced 2025-03-13 23:29:19 +01:00
Update MIS35-show
This commit is contained in:
parent
f1fd0a930d
commit
be473743e0
@ -28,10 +28,10 @@ kernel=`uname -r`
|
||||
version=`uname -v`
|
||||
if test "$nodeplatform" = "raspberrypi";then
|
||||
echo "this is raspberrypi kernel"
|
||||
version=${version%% *}
|
||||
version=${version#*#}
|
||||
version=${version##* }
|
||||
#version=${version#*#}
|
||||
echo $version
|
||||
if test $version -lt 970;then
|
||||
if test $version -lt 2017;then
|
||||
echo "reboot"
|
||||
else
|
||||
echo "need to update touch configuration"
|
||||
|
Loading…
x
Reference in New Issue
Block a user