diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-04-11 10:14:57 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-04-11 10:14:57 +0000 |
commit | ced772a05558f3fed732231b023b70e20ac20109 (patch) | |
tree | 2263f34f805e8d95be7c42c8779d024f96600b65 /target/linux/x86_64 | |
parent | a28b8ecc47c982674f0bde0a377905447b5cb57b (diff) | |
download | upstream-ced772a05558f3fed732231b023b70e20ac20109.tar.gz upstream-ced772a05558f3fed732231b023b70e20ac20109.tar.bz2 upstream-ced772a05558f3fed732231b023b70e20ac20109.zip |
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/linux/x86_64')
-rw-r--r-- | target/linux/x86_64/image/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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). \ +)) |