diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-15 01:05:25 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-15 01:05:25 +0000 |
commit | bc3d7f54b90c20355719f1cf5d24bc84844c109e (patch) | |
tree | 39d1654aa7051a5d192ee1d1573c119c7d028775 /package/opkg/Makefile | |
parent | cee460f6420c534e227d7623c8e3af51975eca5d (diff) | |
download | upstream-bc3d7f54b90c20355719f1cf5d24bc84844c109e.tar.gz upstream-bc3d7f54b90c20355719f1cf5d24bc84844c109e.tar.bz2 upstream-bc3d7f54b90c20355719f1cf5d24bc84844c109e.zip |
[package] opkg: fix a double free of pkg vectors when recursively removing packages due to --autoremove
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28458 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/opkg/Makefile')
-rw-r--r-- | package/opkg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/opkg/Makefile b/package/opkg/Makefile index 07d3c81b65..30bf181e1a 100644 --- a/package/opkg/Makefile +++ b/package/opkg/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=opkg PKG_REV:=618 PKG_VERSION:=$(PKG_REV) -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=svn PKG_SOURCE_VERSION:=$(PKG_REV) |