mirror of
https://github.com/srlabs/blue-merle.git
synced 2024-12-22 05:44:59 -05:00
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:
parent
7aaf65e8bd
commit
d934a6c028
4
Makefile
4
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user