diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-09-13 08:13:36 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-09-13 08:13:36 +0000 |
commit | 1e830d03cb0c1bcc91e01f14a834f551f3930599 (patch) | |
tree | bbe18e787173449daeea51f5c7868ccbc7ad422e /package/opkg/Makefile | |
parent | 9cfb522a7dfcbd5fb1c9b4555026be56f069b143 (diff) | |
download | upstream-1e830d03cb0c1bcc91e01f14a834f551f3930599.tar.gz upstream-1e830d03cb0c1bcc91e01f14a834f551f3930599.tar.bz2 upstream-1e830d03cb0c1bcc91e01f14a834f551f3930599.zip |
package/opkg: update to r563
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23050 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/opkg/Makefile')
-rw-r--r-- | package/opkg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/opkg/Makefile b/package/opkg/Makefile index a3a1da6024..be5c490e0a 100644 --- a/package/opkg/Makefile +++ b/package/opkg/Makefile @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=opkg -PKG_REV:=528 +PKG_REV:=563 PKG_VERSION:=$(PKG_REV) -PKG_RELEASE:=3 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=svn PKG_SOURCE_VERSION:=$(PKG_REV) |