mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-17 01:03:41 +08:00
- iso9660 target does not build target kernel due to missing dependency. Closes #1194
This commit is contained in:
parent
c1dc610e0d
commit
ab088e8cd1
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user