From 1fb241523e6732ba55ce5826653e5c7bed67bbda Mon Sep 17 00:00:00 2001 From: kenzok8 Date: Sun, 11 May 2025 04:22:07 +0800 Subject: [PATCH] update 2025-05-11 04:22:07 --- luci-app-bypass/Makefile | 2 ++ luci-app-fileassistant/Makefile | 2 ++ luci-app-fileassistant/luasrc/controller/fileassistant.lua | 1 - 3 files changed, 4 insertions(+), 1 deletion(-) 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)