diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-18 15:33:35 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-18 15:34:26 +0200 |
commit | b7876e797d44ce33007bb93e523f0ce019324b6a (patch) | |
tree | 6ee544813131397d3f3d057d7df7eae6a5d73dfb /fs/iso9660/iso9660.mk | |
parent | 7a2fa1f8db5c2e627a4b939862af5f938fcfc359 (diff) | |
download | buildroot-novena-b7876e797d44ce33007bb93e523f0ce019324b6a.tar.gz buildroot-novena-b7876e797d44ce33007bb93e523f0ce019324b6a.zip |
iso9660: fix build after af52661d (linux: rename LINUX26 to LINUX)
iso9660 used LINUX26_IMAGE_PATH, which got renamed. Adjust to match
the new name.
Reported-by: Sven Neumann <s.neumann@raumfeld.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'fs/iso9660/iso9660.mk')
-rw-r--r-- | fs/iso9660/iso9660.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/iso9660/iso9660.mk b/fs/iso9660/iso9660.mk index 2a5288c33..a31b55709 100644 --- a/fs/iso9660/iso9660.mk +++ b/fs/iso9660/iso9660.mk @@ -21,7 +21,7 @@ $(BINARIES_DIR)/rootfs.iso9660: host-cdrkit host-fakeroot linux26 rootfs-ext2 gr mkdir -p $(ISO9660_TARGET_DIR)/boot/grub cp $(GRUB_DIR)/stage2/stage2_eltorito $(ISO9660_TARGET_DIR)/boot/grub/ cp $(ISO9660_BOOT_MENU) $(ISO9660_TARGET_DIR)/boot/grub/menu.lst - cp $(LINUX26_IMAGE_PATH) $(ISO9660_TARGET_DIR)/kernel + cp $(LINUX_IMAGE_PATH) $(ISO9660_TARGET_DIR)/kernel cp $(BINARIES_DIR)/rootfs.ext2 $(ISO9660_TARGET_DIR)/initrd # Use fakeroot to pretend all target binaries are owned by root rm -f $(FAKEROOT_SCRIPT) |