diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-04-02 16:25:35 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-04-02 16:25:35 +0000 |
commit | fad81bc6955af0ab155d52d47b4a063825a2664b (patch) | |
tree | 74b22f59f55c25f60a8a19429aeaaaf0bdbe4ceb /tools/qemu/Makefile | |
parent | 7002c4d712f69fb9e4df9b260967b865c7035912 (diff) | |
download | mtk-20170518-fad81bc6955af0ab155d52d47b4a063825a2664b.zip mtk-20170518-fad81bc6955af0ab155d52d47b4a063825a2664b.tar.gz mtk-20170518-fad81bc6955af0ab155d52d47b4a063825a2664b.tar.bz2 |
qemu: update to 0.14.1
This patch has not been tested on freebsd. File block/sheepdog.c has
been changed and the patch does no longer apply. Anyone with freebsd who
could test this?
All my other patches regarding the tools upgrade were tested on linux
x64 and produce a working image. Once submitted patches get applied I
will upgrade the remaining tools...
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 31175
Diffstat (limited to 'tools/qemu/Makefile')
-rw-r--r-- | tools/qemu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/qemu/Makefile b/tools/qemu/Makefile index c0d587b..111cc6d 100644 --- a/tools/qemu/Makefile +++ b/tools/qemu/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 OpenWrt.org +# Copyright (C) 2010-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qemu -PKG_VERSION:=0.13.0 +PKG_VERSION:=0.14.1 PKG_RELEASE:=1 PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/qemu/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=397a0d665da8ba9d3b9583629f3d6421 +PKG_MD5SUM:=b6c713a8db638e173af53a62d5178640 include $(INCLUDE_DIR)/host-build.mk |