diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-12-20 21:21:14 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-12-20 21:21:14 +0000 |
commit | 49a0eaa0abf58c0111b74f85d3ef8487f283653e (patch) | |
tree | 38b0777ec5e6e9df2ffe5d91fff98703b5f850a7 /package/opkg/Makefile | |
parent | cf91acfa3dcc3b53ab077e50746e7f8819aaaa48 (diff) | |
download | upstream-49a0eaa0abf58c0111b74f85d3ef8487f283653e.tar.gz upstream-49a0eaa0abf58c0111b74f85d3ef8487f283653e.tar.bz2 upstream-49a0eaa0abf58c0111b74f85d3ef8487f283653e.zip |
[package] opkg: update to r503 - reduces peak memory usage by further 20%, rebased patches, restored old config file default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18864 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 9c87e482c9..6cabdec305 100644 --- a/package/opkg/Makefile +++ b/package/opkg/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=opkg -PKG_REV:=284 +PKG_REV:=503 PKG_VERSION:=$(PKG_REV) PKG_RELEASE:=1 |