move grub menu.lst to the right place
[openwrt-10.03/.git] / target / linux / x86 / Makefile
index 27987a41bf614dc3503afa79f7bd8f318ba0761f..fc0db571268665d72125020e108c101d4d89527e 100644 (file)
@@ -19,4 +19,6 @@ DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci
 $(eval $(call Target,generic))
 $(eval $(call Target,mediacenter))
 $(eval $(call BuildTarget))
-
+$(eval $(call $(if $(CONFIG_TARGET_ROOTFS_ISO),RequireCommand,Ignore),mkisofs, \
+       Please install mkisofs. \
+))