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 | ba0c7accd9d7ae6f2aa449c768c7ce31887679ff (patch) | |
tree | daa37d562cc4d307d6b8b00c2f735f75f19dd392 /package/opkg/Makefile | |
parent | 2c92acb699db44d9bef235cdd07c9a26c2f94e74 (diff) | |
download | upstream-ba0c7accd9d7ae6f2aa449c768c7ce31887679ff.tar.gz upstream-ba0c7accd9d7ae6f2aa449c768c7ce31887679ff.tar.bz2 upstream-ba0c7accd9d7ae6f2aa449c768c7ce31887679ff.zip |
opkg: fix a double free of pkg vectors when recursively removing packages due to --autoremove
SVN-Revision: 28458
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) |