From bc67b8107ce6c77588e8748960e6c16f079fbcb7 Mon Sep 17 00:00:00 2001 From: nestire Date: Mon, 23 Sep 2024 11:48:53 +0200 Subject: [PATCH 1/2] support fw 4.3.19 --- Makefile | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/Makefile b/Makefile index 8e3ab74..586f095 100644 --- a/Makefile +++ b/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.17" + echo "blue-merle has only been tested with GL-E750 Mudi Versions up to 4.3.19" 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,20 +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.8) - echo Version $$GL_VERSION is supported but includes known vulnerabilities please update to latest version - exit 0 - ;; - 4.3.9) - echo Version $$GL_VERSION is supported but includes known vulnerabilities please update to latest version - exit 0 - ;; - 4.3.12) - echo Version $$GL_VERSION is supported but includes known vulnerabilities please update to latest version - - exit 0 - ;; - 4.3.17) + 4.3.19) echo Version $$GL_VERSION is supported exit 0 ;; From 6d61722bf2cb28a7fc5418e5343c318ba2ff0650 Mon Sep 17 00:00:00 2001 From: nestire Date: Mon, 23 Sep 2024 11:50:27 +0200 Subject: [PATCH 2/2] change version to 2.0.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 586f095..9f259c1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=blue-merle -PKG_VERSION:=2.0.3 +PKG_VERSION:=2.0.4 PKG_RELEASE:=$(AUTORELEASE) PKG_MAINTAINER:=Matthias