aboutsummaryrefslogtreecommitdiffstats
path: root/package/lua/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-05-04 14:51:06 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-05-04 14:51:06 +0000
commitbe57dcf6427d6853f081d88d76b1cda5125b1842 (patch)
tree2a9f095c0b3417ef82387ee56cbe4d9c9ae84eb2 /package/lua/Makefile
parentdaba13cc2b87d315a2274f65f2b2f75679e41d9f (diff)
downloadmaster-187ad058-be57dcf6427d6853f081d88d76b1cda5125b1842.tar.gz
master-187ad058-be57dcf6427d6853f081d88d76b1cda5125b1842.tar.bz2
master-187ad058-be57dcf6427d6853f081d88d76b1cda5125b1842.zip
[package] lua: remove posix from Lua core, almost nothing uses it - saves 9k compressed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26822 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/lua/Makefile')
-rw-r--r--package/lua/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/lua/Makefile b/package/lua/Makefile
index fdbbddc401..96fa57eaa5 100644
--- a/package/lua/Makefile
+++ b/package/lua/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2009 OpenWrt.org
+# Copyright (C) 2006-2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=lua
PKG_VERSION:=5.1.4
-PKG_RELEASE:=7
+PKG_RELEASE:=8
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.lua.org/ftp/ \