diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-11 21:42:05 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-11 21:42:05 +0000 |
commit | 2355f9d497677cb55c47a1c2d3b7371e9b0c9c8a (patch) | |
tree | d1026d2e2463bbc74ac90a7d6531c0ce9f21e28b /package/opkg/Makefile | |
parent | a195852e7f0b0808d3b8447fd07483009e7bbe3c (diff) | |
download | upstream-2355f9d497677cb55c47a1c2d3b7371e9b0c9c8a.tar.gz upstream-2355f9d497677cb55c47a1c2d3b7371e9b0c9c8a.tar.bz2 upstream-2355f9d497677cb55c47a1c2d3b7371e9b0c9c8a.zip |
opkg: bump to r284 - incorporates parsing improvements upstream - fixes a couple of memory leaks - fixes some null pointer dereferences - fixes possible crashes during removal of packages - various other corrections
SVN-Revision: 18380
Diffstat (limited to 'package/opkg/Makefile')
-rw-r--r-- | package/opkg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/opkg/Makefile b/package/opkg/Makefile index 9b67e3982c..9c87e482c9 100644 --- a/package/opkg/Makefile +++ b/package/opkg/Makefile @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=opkg -PKG_REV:=215 +PKG_REV:=284 PKG_VERSION:=$(PKG_REV) -PKG_RELEASE:=3 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=svn PKG_SOURCE_VERSION:=$(PKG_REV) |