diff --git a/Makefile b/Makefile index 6835d86..663cdb4 100755 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-easymesh -PKG_VERSION:=2.8.15 +PKG_VERSION:=2.8.16 PKG_RELEASE:=$(AUTORELEASE) PKG_MAINTAINER:=Jason Hawks diff --git a/root/etc/uci-defaults/luci-easymesh b/root/etc/uci-defaults/luci-easymesh index d2185d9..e301557 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