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 | 473d89cc587e0dee40f46742c1229b83d0901b21 (patch) | |
tree | b4c483dbccedab14a7059769913af1b4fb37c8bd /package/system/opkg/Makefile | |
parent | 656ddaba7b6506c4c4cdac6d6891af1052430309 (diff) | |
download | upstream-473d89cc587e0dee40f46742c1229b83d0901b21.tar.gz upstream-473d89cc587e0dee40f46742c1229b83d0901b21.tar.bz2 upstream-473d89cc587e0dee40f46742c1229b83d0901b21.zip |
opkg: introduce a --force-checksum cmdline flag to be ale to ignore mismatching md5sums
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40766 3c298f89-4303-0410-b956-a3cf2f4a3e73
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) |