From d934a6c028b2d50f8a695251e10de2b74833ea4a Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Mon, 28 Aug 2023 10:39:49 +0200 Subject: [PATCH] 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. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a1be19a..d7885fd 100644 --- a/Makefile +++ b/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 @@ -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