diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-04-11 22:08:43 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-04-11 22:08:43 +0000 |
commit | 37f7e8afdcb46cbdf238ea3d0186c8a2573d3a77 (patch) | |
tree | 4ceb32bf29f453ed768001fe2f6b645673c2aace /package/opkg/Makefile | |
parent | e28b459b215a7432278d7e43aaed291553361885 (diff) | |
download | upstream-37f7e8afdcb46cbdf238ea3d0186c8a2573d3a77.tar.gz upstream-37f7e8afdcb46cbdf238ea3d0186c8a2573d3a77.tar.bz2 upstream-37f7e8afdcb46cbdf238ea3d0186c8a2573d3a77.zip |
opkg: update to r618
SVN-Revision: 26598
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 41d3439215..07d3c81b65 100644 --- a/package/opkg/Makefile +++ b/package/opkg/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=opkg -PKG_REV:=576 +PKG_REV:=618 PKG_VERSION:=$(PKG_REV) PKG_RELEASE:=1 |