diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-22 08:46:55 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-22 08:46:55 +0000 |
commit | bd44398aea99f783f279c36bcfe32638bbf8923b (patch) | |
tree | 5ccd41da04f3e01ab748f8376812b4a00fbd840f /package/opkg/Makefile | |
parent | 993973ca15720b0b43eec172a51e77e7979758dc (diff) | |
download | upstream-bd44398aea99f783f279c36bcfe32638bbf8923b.tar.gz upstream-bd44398aea99f783f279c36bcfe32638bbf8923b.tar.bz2 upstream-bd44398aea99f783f279c36bcfe32638bbf8923b.zip |
[package] opkg:
- replace package list parser by something that works with fixed buffers
to avoid slurping the whole file into memory during parsing
- fix a possible null pointer dereference in opkg_remove_cmd()
- get rid of upgrade, it cannot upgrade single packages and kills
the system in most cases
- get rid of the flag operation, not needed
- bump package revision
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18119 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 68bc8efe10..9b67e3982c 100644 --- a/package/opkg/Makefile +++ b/package/opkg/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=opkg PKG_REV:=215 PKG_VERSION:=$(PKG_REV) -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_PROTO:=svn PKG_SOURCE_VERSION:=$(PKG_REV) |