From 0af931fb87aa7c6393a84da3e14d313b135e4266 Mon Sep 17 00:00:00 2001 From: Jason Hawks Date: Fri, 17 Nov 2023 01:12:22 -0500 Subject: [PATCH] Remove +x flag on the config, and up makefile --- Makefile | 2 +- root/etc/config/easymesh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 root/etc/config/easymesh diff --git a/Makefile b/Makefile index ac5da71..f6cbedb 100755 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-easymesh -PKG_VERSION:=2.8.11 +PKG_VERSION:=2.8.12 PKG_RELEASE:=$(AUTORELEASE) PKG_MAINTAINER:=Jason Hawks diff --git a/root/etc/config/easymesh b/root/etc/config/easymesh old mode 100755 new mode 100644