update-09.24

This commit is contained in:
github-actions[bot]
2021-09-24 23:37:27 +08:00
parent f9585b6e58
commit 16a922f897
1458 changed files with 321464 additions and 7622 deletions

17
luci-app-ramfree/Makefile Normal file
View File

@@ -0,0 +1,17 @@
# Copyright (C) 2018 Lienol
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
LUCI_TITLE:=Add Release RAM Button
LUCI_PKGARCH:=all
PKG_VERSION:=1.0
PKG_RELEASE:=1
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature

View File

@@ -0,0 +1,9 @@
module("luci.controller.release_ram",package.seeall)
function index()
entry({"admin","status","release_ram"}, call("release_ram"), _("Release Ram"), 9999)
end
function release_ram()
luci.sys.call("sync && echo 3 > /proc/sys/vm/drop_caches")
luci.http.redirect(luci.dispatcher.build_url("admin/status"))
end

View File

@@ -0,0 +1,2 @@
msgid "Release Ram"
msgstr "释放内存"

1
luci-app-ramfree/po/zh_Hans Symbolic link
View File

@@ -0,0 +1 @@
zh-cn