summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2014-04-11 10:14:57 +0000
committerImre Kaloz <kaloz@openwrt.org>2014-04-11 10:14:57 +0000
commitced772a05558f3fed732231b023b70e20ac20109 (patch)
tree2263f34f805e8d95be7c42c8779d024f96600b65 /target
parenta28b8ecc47c982674f0bde0a377905447b5cb57b (diff)
downloadmtk-20170518-ced772a05558f3fed732231b023b70e20ac20109.zip
mtk-20170518-ced772a05558f3fed732231b023b70e20ac20109.tar.gz
mtk-20170518-ced772a05558f3fed732231b023b70e20ac20109.tar.bz2
reuqire qemu-img to be installed (the one we have in tools is too old)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 40451
Diffstat (limited to 'target')
-rw-r--r--target/linux/x86_64/image/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/x86_64/image/Makefile b/target/linux/x86_64/image/Makefile
index d77a5bc..1514956 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). \
+))