diff --git a/luci-app-bypass/Makefile b/luci-app-bypass/Makefile index fdd6f18bb..4dad863fc 100644 --- a/luci-app-bypass/Makefile +++ b/luci-app-bypass/Makefile @@ -1,6 +1,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-bypass +PKG_VERSION:=1.2 +PKG_RELEASE:=20 PKG_CONFIG_DEPENDS:= \ CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Libev_Server \ diff --git a/luci-app-fileassistant/Makefile b/luci-app-fileassistant/Makefile index 62ae838e4..b44fda8d7 100644 --- a/luci-app-fileassistant/Makefile +++ b/luci-app-fileassistant/Makefile @@ -6,6 +6,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for Fileassistant LUCI_PKGARCH:=all +PKG_VERSION:=1.0-5 +PKG_RELEASE:=5 include $(TOPDIR)/feeds/luci/luci.mk diff --git a/luci-app-fileassistant/luasrc/controller/fileassistant.lua b/luci-app-fileassistant/luasrc/controller/fileassistant.lua index 9364710c6..4c4bcb591 100644 --- a/luci-app-fileassistant/luasrc/controller/fileassistant.lua +++ b/luci-app-fileassistant/luasrc/controller/fileassistant.lua @@ -1,7 +1,6 @@ module("luci.controller.fileassistant", package.seeall) function index() - entry({"admin", "nas"}, firstchild(), _("NAS") , 45).dependent = false local page page = entry({"admin", "system", "fileassistant"}, template("fileassistant"), _("文件管理"), 50)