aboutsummaryrefslogtreecommitdiffstats
path: root/package/opkg/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-11-11 21:42:05 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-11-11 21:42:05 +0000
commit374664f3af27cd893e6b65f83bd12dbdc619769f (patch)
tree9695ba43a5efc611588a8035c0ab559673a3e4fb /package/opkg/Makefile
parent87daff29bad9c3c9b97e7f556e6f78ebb197f501 (diff)
downloadupstream-374664f3af27cd893e6b65f83bd12dbdc619769f.tar.gz
upstream-374664f3af27cd893e6b65f83bd12dbdc619769f.tar.bz2
upstream-374664f3af27cd893e6b65f83bd12dbdc619769f.zip
[package] 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18380 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/opkg/Makefile')
-rw-r--r--package/opkg/Makefile4
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)