diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-05-14 11:19:07 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-05-14 11:19:07 +0000 |
commit | 1f3a36b9c397aa6718978ac145ed30a75c64b1db (patch) | |
tree | cafccb1d94ab7f11d99c1636a4d3479c24c6d66f /package/system/opkg/Makefile | |
parent | a5ced8b408f3ea6e504f3f5d8950d858d27f022b (diff) | |
download | upstream-1f3a36b9c397aa6718978ac145ed30a75c64b1db.tar.gz upstream-1f3a36b9c397aa6718978ac145ed30a75c64b1db.tar.bz2 upstream-1f3a36b9c397aa6718978ac145ed30a75c64b1db.zip |
opkg: introduce a --force-checksum cmdline flag to be ale to ignore mismatching md5sums
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 40766
Diffstat (limited to 'package/system/opkg/Makefile')
-rw-r--r-- | package/system/opkg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile index 0dc3d6a7be..857fe561d8 100644 --- a/package/system/opkg/Makefile +++ b/package/system/opkg/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2006-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/version.mk PKG_NAME:=opkg PKG_REV:=9c97d5ecd795709c8584e972bfdf3aee3a5b846d PKG_VERSION:=$(PKG_REV) -PKG_RELEASE:=6 +PKG_RELEASE:=7 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=$(PKG_REV) |