diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-05 07:26:49 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-05 07:26:49 +0000 |
commit | 3864e6af2ff1877cfbf43d830b546990ff4f6ea0 (patch) | |
tree | 3f700c8271ae04f7b9fc5ced6f78278e95f22a26 /package/opkg/Makefile | |
parent | 290e192ce84cff27b73bd9488d543ea5cb359188 (diff) | |
download | upstream-3864e6af2ff1877cfbf43d830b546990ff4f6ea0.tar.gz upstream-3864e6af2ff1877cfbf43d830b546990ff4f6ea0.tar.bz2 upstream-3864e6af2ff1877cfbf43d830b546990ff4f6ea0.zip |
opkg: update to r576, remove 013add-list-changed-conffiles.patch - went upstream.
SVN-Revision: 23230
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 1fcd196cf5..2870abdc03 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:=563 +PKG_REV:=576 PKG_VERSION:=$(PKG_REV) -PKG_RELEASE:=3 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=svn PKG_SOURCE_VERSION:=$(PKG_REV) |