diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-09 02:45:24 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-09 02:45:24 +0000 |
commit | e4d0b34b2bb67338babe4ccbebf6b9d984c7814a (patch) | |
tree | fd9cd865333beee812f4d3904d4289a2529252cb /target/linux/x86/Makefile | |
parent | de61908068f0008dff424012f5083712ff1750e5 (diff) |
only require mkisofs if isofs root is actually selected
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9211 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/Makefile')
-rw-r--r-- | target/linux/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index ddb50e6404..fc0db57126 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. \ )) |