mirror of
https://github.com/srlabs/blue-merle.git
synced 2025-09-24 06:44:56 -04:00
bump to 4.3.26
This commit is contained in:
parent
1552c9f2f8
commit
d3cf2e2504
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -44,7 +44,7 @@ define Package/blue-merle/preinst
|
|||
if [ -f "/tmp/sysinfo/model" ] && [ -f "/etc/glversion" ]; then
|
||||
echo "You have a `cat /tmp/sysinfo/model`, running firmware version `cat /etc/glversion`."
|
||||
fi
|
||||
echo "blue-merle has only been tested with GL-E750 Mudi Versions up to 4.3.25"
|
||||
echo "blue-merle has only been tested with GL-E750 Mudi Versions up to 4.3.26"
|
||||
echo "The device or firmware version you are using have not been verified to work with blue-merle."
|
||||
echo -n "Would you like to continue on your own risk? (y/N): "
|
||||
read answer
|
||||
|
@ -63,7 +63,7 @@ define Package/blue-merle/preinst
|
|||
if grep -q "GL.iNet GL-E750" /proc/cpuinfo; then
|
||||
GL_VERSION=$$(cat /etc/glversion)
|
||||
case $$GL_VERSION in
|
||||
4.3.25)
|
||||
4.3.26)
|
||||
echo Version $$GL_VERSION is supported
|
||||
exit 0
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue