diff options
author | Nuno Goncalves <nunojpg@gmail.com> | 2017-10-26 14:40:52 +0200 |
---|---|---|
committer | Nuno Goncalves <nunojpg@gmail.com> | 2017-10-26 14:40:52 +0200 |
commit | 4e82a56ccd5002527843e2400727500819783702 (patch) | |
tree | 5c8b6b16f8210612654fd8be512a8ee01d924e72 /utils/tcsh/Makefile | |
parent | aacfbb244a4c8366785996ee225615faab277158 (diff) |
tcsh: fix out of memory crash
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
Diffstat (limited to 'utils/tcsh/Makefile')
-rw-r--r-- | utils/tcsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/tcsh/Makefile b/utils/tcsh/Makefile index 606a96a4e..4f2282475 100644 --- a/utils/tcsh/Makefile +++ b/utils/tcsh/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2011-2016 OpenWrt.org +# Copyright (C) 2011-2017 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tcsh PKG_VERSION:=6.20.00 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= \ |