From: Felix Fietkau Date: Tue, 9 Oct 2007 02:45:24 +0000 (+0000) Subject: only require mkisofs if isofs root is actually selected X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a15be375b0e63f05f0844d6fb6933d71b71d8fec;p=openwrt%2Fstaging%2Frmilecki.git only require mkisofs if isofs root is actually selected SVN-Revision: 9211 --- diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index ddb50e64046..fc0db571268 100644 --- a/target/linux/x86/Makefile +++ b/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. \ ))