diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-12-15 13:11:12 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-12-15 13:11:12 +0000 |
commit | 7e66f3864765c0691ed9684fb8a5d216b8040543 (patch) | |
tree | 875ba8d5047c2a57f22d193073012bd5584d4311 /package/opkg/Makefile | |
parent | 50781f3a8bcfe8138de7231a98ef4e6c05c408be (diff) | |
download | upstream-7e66f3864765c0691ed9684fb8a5d216b8040543.tar.gz upstream-7e66f3864765c0691ed9684fb8a5d216b8040543.tar.bz2 upstream-7e66f3864765c0691ed9684fb8a5d216b8040543.zip |
add a patch helping available storage space detection, remove workaround from [13611], bump release number
SVN-Revision: 13650
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 26ae4d2ea1..d262a70e72 100644 --- a/package/opkg/Makefile +++ b/package/opkg/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=opkg PKG_REV:=4564 PKG_VERSION:=$(PKG_REV) -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=svn PKG_SOURCE_VERSION:=$(PKG_REV) |