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