From: kaloz Date: Fri, 11 Apr 2014 10:14:57 +0000 (+0000) Subject: [x86_64]: reuqire qemu-img to be installed (the one we have in tools is too old) X-Git-Url: https://git.enpas.org/?p=openwrt.git;a=commitdiff_plain;h=e2268b7ceb4ed69e8e3d413ddb0614bfdbddceb3 [x86_64]: reuqire qemu-img to be installed (the one we have in tools is too old) Signed-off-by: Imre Kaloz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40451 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/x86_64/image/Makefile b/target/linux/x86_64/image/Makefile index d77a5bc2c1..1514956046 100644 --- a/target/linux/x86_64/image/Makefile +++ b/target/linux/x86_64/image/Makefile @@ -208,3 +208,7 @@ endif endef $(eval $(call BuildImage)) + +$(eval $(call RequireCommand,qemu-img, \ + Please install qemu-img (package qemu-utils in Ubuntu/Debian). \ +))