mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
iso9660: fix build after linux package change
linux26 target is no more. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
4e3ae5ccab
commit
3612ecf4a8
@ -15,7 +15,7 @@ ifeq ($(BR2_TARGET_ROOTFS_ISO9660_SQUASH),y)
|
|||||||
ISO9660_OPTS+=-U
|
ISO9660_OPTS+=-U
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(BINARIES_DIR)/rootfs.iso9660: host-cdrkit host-fakeroot linux26 rootfs-ext2 grub
|
$(BINARIES_DIR)/rootfs.iso9660: host-cdrkit host-fakeroot linux rootfs-ext2 grub
|
||||||
@$(call MESSAGE,"Generating root filesystem image rootfs.iso9660")
|
@$(call MESSAGE,"Generating root filesystem image rootfs.iso9660")
|
||||||
mkdir -p $(ISO9660_TARGET_DIR)
|
mkdir -p $(ISO9660_TARGET_DIR)
|
||||||
mkdir -p $(ISO9660_TARGET_DIR)/boot/grub
|
mkdir -p $(ISO9660_TARGET_DIR)/boot/grub
|
||||||
|
Loading…
x
Reference in New Issue
Block a user