From 0f1170a35d76e051d06e663d3494c9bcb976722b Mon Sep 17 00:00:00 2001 From: Jason Hawks Date: Fri, 17 Nov 2023 02:34:39 -0500 Subject: [PATCH] This seems best, going this for final --- Makefile | 2 +- root/etc/uci-defaults/luci-easymesh | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 663cdb4..28a9829 100755 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-easymesh -PKG_VERSION:=2.8.16 +PKG_VERSION:=2.8.17 PKG_RELEASE:=$(AUTORELEASE) PKG_MAINTAINER:=Jason Hawks diff --git a/root/etc/uci-defaults/luci-easymesh b/root/etc/uci-defaults/luci-easymesh index e301557..d2185d9 100755 --- a/root/etc/uci-defaults/luci-easymesh +++ b/root/etc/uci-defaults/luci-easymesh @@ -11,12 +11,12 @@ else echo "/etc/config/easymesh exists, skipping creation" fi -# uci -q batch <<-EOF >/dev/null -# delete ucitrack.@easymesh[-1] -# add ucitrack easymesh -# set ucitrack.@easymesh[-1].init=easymesh -# commit ucitrack -# EOF +uci -q batch <<-EOF >/dev/null + delete ucitrack.@easymesh[-1] + add ucitrack easymesh + set ucitrack.@easymesh[-1].init=easymesh + commit ucitrack +EOF rm -f /tmp/luci-indexcache exit 0