diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-18 23:23:40 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-18 23:23:40 +0000 |
commit | d429130518489e8186c5ea2ee8cd655d7f1aa2eb (patch) | |
tree | d99db6f1ae5aa114180717d9e9e5761880221c7a /package/opkg/Makefile | |
parent | fa432efa8e500303bd9ed4f07fae63f2ab238c12 (diff) | |
download | upstream-d429130518489e8186c5ea2ee8cd655d7f1aa2eb.tar.gz upstream-d429130518489e8186c5ea2ee8cd655d7f1aa2eb.tar.bz2 upstream-d429130518489e8186c5ea2ee8cd655d7f1aa2eb.zip |
opkg: update to r528, refresh patches
SVN-Revision: 21008
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 81f7b4a4a0..c18f8e7319 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:=513 +PKG_REV:=528 PKG_VERSION:=$(PKG_REV) -PKG_RELEASE:=2 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=svn PKG_SOURCE_VERSION:=$(PKG_REV) |