浏览代码

only require mkisofs if isofs root is actually selected

SVN-Revision: 9211
Felix Fietkau 18 年之前
父节点
当前提交
a15be375b0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      target/linux/x86/Makefile

+ 1 - 1
target/linux/x86/Makefile

@@ -19,6 +19,6 @@ DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci
 $(eval $(call Target,generic))
 $(eval $(call Target,mediacenter))
 $(eval $(call BuildTarget))
-$(eval $(call RequireCommand,mkisofs, \
+$(eval $(call $(if $(CONFIG_TARGET_ROOTFS_ISO),RequireCommand,Ignore),mkisofs, \
    	Please install mkisofs. \
 ))