From e4d0b34b2bb67338babe4ccbebf6b9d984c7814a Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 9 Oct 2007 02:45:24 +0000 Subject: only require mkisofs if isofs root is actually selected git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9211 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/x86/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index ddb50e640..fc0db5712 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. \ )) -- cgit v1.2.3