update 2025-07-02 20:38:16

This commit is contained in:
actions-user
2025-07-02 20:38:16 +08:00
parent 80ff91f43b
commit 3c91773ca1
3 changed files with 8 additions and 3 deletions

View File

@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=filebrowser
PKG_VERSION:=2.35.0
PKG_VERSION:=2.36.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/filebrowser/filebrowser/tar.gz/v${PKG_VERSION}?
PKG_HASH:=40065b8bf51efc0b347e688955f11db2c65089948aa4a91dae57f7e39e633f15
PKG_HASH:=8653c3af8603684bf441366ae1b72a2e6a9f224780ce55023c86c313fbbfb8a1
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE

View File

@ -16,7 +16,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-amlogic
PKG_VERSION:=3.1.255
PKG_VERSION:=3.1.256
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0 License

View File

@ -90,4 +90,9 @@ for tt, policy_name in ipairs(policy_array) do
end
-- Apply the settings to the system
function mp.on_after_commit(self)
luci.sys.exec("(sleep 2 && /etc/init.d/amlogic start) >/dev/null 2>&1 &")
end
return mp