diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-17 17:09:12 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-17 17:09:12 +0000 |
commit | d5444d680472d3952ab9bbab0034462fc4878502 (patch) | |
tree | 9415fa78a8e3ca1b0c4c17186cf1eaaefcff9bfc /package/opkg/Makefile | |
parent | d30d9400c0c12649a99f9036faac696f7023b910 (diff) | |
download | upstream-d5444d680472d3952ab9bbab0034462fc4878502.tar.gz upstream-d5444d680472d3952ab9bbab0034462fc4878502.tar.bz2 upstream-d5444d680472d3952ab9bbab0034462fc4878502.zip |
[opkg] update to r4993
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15901 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 eb9bd329c9..3a65947c48 100644 --- a/package/opkg/Makefile +++ b/package/opkg/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2008 OpenWrt.org +# Copyright (C) 2006-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=opkg -PKG_REV:=4564 +PKG_REV:=4993 PKG_VERSION:=$(PKG_REV) PKG_RELEASE:=4 |