luci-app-systools: minimize controller depends

This commit is contained in:
jjm2473 2023-07-18 15:13:04 +08:00
parent 96d56d271d
commit 1b974d3b55
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.0.3-20230312
PKG_VERSION:=1.0.4-20230718
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for SysTools

View File

@ -1,7 +1,6 @@
local util = require "luci.util"
local http = require "luci.http"
local lng = require "luci.i18n"
local iform = require "luci.iform"
local jsonc = require "luci.jsonc"
module("luci.controller.systools", package.seeall)