Browse Source

- iso9660 target does not build target kernel due to missing dependency. Closes #1194

Bernhard Reutner-Fischer 18 years ago
parent
commit
ab088e8cd1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/iso9660/iso9660.mk

+ 1 - 1
target/iso9660/iso9660.mk

@@ -54,7 +54,7 @@ ifeq ($(strip $(BR2_TARGET_ROOTFS_ISO9660_SQUASH)),y)
 ISO9660_OPTS+=-U
 endif
 
-$(ISO9660_TARGET): host-fakeroot $(EXT2_TARGET) grub mkisofs
+$(ISO9660_TARGET): host-fakeroot $(LINUX_KERNEL) $(EXT2_TARGET) grub mkisofs
 	mkdir -p $(ISO9660_TARGET_DIR)
 	mkdir -p $(ISO9660_TARGET_DIR)/boot/grub
 	cp $(GRUB_DIR)/stage2/stage2_eltorito $(ISO9660_TARGET_DIR)/boot/grub/