summaryrefslogtreecommitdiff
path: root/package/lua/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-07-09 17:45:23 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-07-09 17:45:23 +0000
commit03db00a803c8c8b78c7aa2880ab05f149da72815 (patch)
tree0e7e03b7d4ab188b06a54b58dffcf01784a92167 /package/lua/Makefile
parentb8a97ca5c51f04b5fb32446c0d1df9186781b231 (diff)
downloadmtk-20170518-03db00a803c8c8b78c7aa2880ab05f149da72815.zip
mtk-20170518-03db00a803c8c8b78c7aa2880ab05f149da72815.tar.gz
mtk-20170518-03db00a803c8c8b78c7aa2880ab05f149da72815.tar.bz2
package/lua: implement memory limits, scripts can use get_memory_limit() and set_memory_limit() to cap the maximum ram usage
SVN-Revision: 16753
Diffstat (limited to 'package/lua/Makefile')
-rw-r--r--package/lua/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lua/Makefile b/package/lua/Makefile
index c7e1814..f5fca7b 100644
--- a/package/lua/Makefile
+++ b/package/lua/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=lua
PKG_VERSION:=5.1.4
-PKG_RELEASE:=3
+PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.lua.org/ftp/ \