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 | 4db6664002b77078a6f177f102d11844713f7bf9 (patch) | |
tree | aaba752c366a4cbd240bfb1b675220099182eec2 /package/opkg/Makefile | |
parent | 08862255f86f77253fe210afb0646b131754c9dc (diff) | |
download | upstream-4db6664002b77078a6f177f102d11844713f7bf9.tar.gz upstream-4db6664002b77078a6f177f102d11844713f7bf9.tar.bz2 upstream-4db6664002b77078a6f177f102d11844713f7bf9.zip |
[package] opkg: update to r618
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26598 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 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 |