diff options
author | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-08-05 00:48:44 +0000 |
---|---|---|
committer | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-08-05 00:48:44 +0000 |
commit | 915064ef9af757c1bacd6db666419cba9c354311 (patch) | |
tree | 5481677fc8483e94823742270db8c6be8d7249ec /package/opkg/Makefile | |
parent | 54fc9ba6a1f333fbff05b49d1f5f23a7d31c920e (diff) |
update opkg to 4564, fixes a couple of memory leaks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12115 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 e8aebcbb4..6a275ca81 100644 --- a/package/opkg/Makefile +++ b/package/opkg/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=opkg -PKG_REV:=4561 +PKG_REV:=4564 PKG_VERSION:=$(PKG_REV) PKG_RELEASE:=1 |