aboutsummaryrefslogtreecommitdiffstats
path: root/package/lua/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-03-30 23:24:46 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-03-30 23:24:46 +0000
commit5d83f06cd303ef06d6450ad42907e572ed4a95c2 (patch)
tree49d0e7d161b23d96c1aa30f4e0f9c063a9d9432b /package/lua/Makefile
parent7e95b7a59754963fdfa08caa981b84e5298f4512 (diff)
downloadupstream-5d83f06cd303ef06d6450ad42907e572ed4a95c2.tar.gz
upstream-5d83f06cd303ef06d6450ad42907e572ed4a95c2.tar.bz2
upstream-5d83f06cd303ef06d6450ad42907e572ed4a95c2.zip
[package] lua: drop refcounting patch in preparation for 10.03, it has unresolved issues resulting in random vm crashes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20617 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 c8c64badf4..0a5e8f3435 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:=5
+PKG_RELEASE:=6
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.lua.org/ftp/ \