diff --git a/src/system/boot/Jamfile b/src/system/boot/Jamfile index 2f0dec2a08..ad8d151046 100644 --- a/src/system/boot/Jamfile +++ b/src/system/boot/Jamfile @@ -44,7 +44,7 @@ KernelLd boot_loader_$(TARGET_BOOT_PLATFORM) : boot_tarfs.a boot_fatfs.a - # needed by tarfs + # needed by tarfs and video_splash.cpp boot_zlib.a # libroot functions needed by the stage2 boot loader (compiled for the diff --git a/src/system/boot/platform/routerboard_mipsel/Jamfile b/src/system/boot/platform/routerboard_mipsel/Jamfile index 0f840d3fad..94f292ddd6 100644 --- a/src/system/boot/platform/routerboard_mipsel/Jamfile +++ b/src/system/boot/platform/routerboard_mipsel/Jamfile @@ -21,7 +21,6 @@ local genericPlatformSources = text_menu.cpp # video_blit.cpp # video_splash.cpp -# video_rle.cpp ; KernelMergeObject boot_platform_routerboard_mipsel.o :