Skip to content

Commit 72200bf

Browse files
committed
Keep mft and iproute2 disabled for now
Looks like there's still issues with mft, since it's building the new kernel for Bullseye instead of Bookworm. Signed-off-by: Saikrishna Arcot <[email protected]>
1 parent 34f3c9f commit 72200bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

platform/mellanox/rules.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
# TODO: update for Bookworm: sx_kernel & issu-version
17+
# TODO: update for Bookworm: mft, iproute2, sx_kernel & issu-version
1818
include $(PLATFORM_PATH)/sdk.mk
1919
include $(PLATFORM_PATH)/fw.mk
20-
include $(PLATFORM_PATH)/mft.mk
20+
#include $(PLATFORM_PATH)/mft.mk
2121
include $(PLATFORM_PATH)/mft-fwtrace-cfg.mk
2222
include $(PLATFORM_PATH)/mlnx-sai.mk
2323
include $(PLATFORM_PATH)/hw-management.mk
@@ -31,7 +31,7 @@ include $(PLATFORM_PATH)/mlnx-ffb.mk
3131
#include $(PLATFORM_PATH)/issu-version.mk
3232
include $(PLATFORM_PATH)/mlnx-onie-fw-update.mk
3333
include $(PLATFORM_PATH)/mlnx-ssd-fw-update.mk
34-
include $(PLATFORM_PATH)/iproute2.mk
34+
#include $(PLATFORM_PATH)/iproute2.mk
3535
include $(PLATFORM_PATH)/install-pending-fw.mk
3636
include $(PLATFORM_PATH)/integration-scripts.mk
3737

0 commit comments

Comments
 (0)