check for the actual version 3.215

I've made a typo in the previous attempt. Now I'm checking for the
correct version and it works much better.
This commit is contained in:
Tobias Mueller 2023-08-28 10:39:49 +02:00
parent 7aaf65e8bd
commit d934a6c028

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=blue-merle
PKG_VERSION:=1.0.2
PKG_VERSION:=1.0.3
PKG_RELEASE:=$(AUTORELEASE)
PKG_MAINTAINER:=Matthias <matthias@srlabs.de>
@ -102,7 +102,7 @@ define Package/blue-merle/preinst
echo Version $$GL_VERSION is not supported
exit 1
;;
3.125)
3.215)
echo Version $$GL_VERSION is supported
CHECK_MCUVERSION
exit 0