From bef3f6e024394640ff8065a2862ebc3bc762de00 Mon Sep 17 00:00:00 2001 From: Yakun Xu Date: Tue, 8 Feb 2022 02:51:31 +0800 Subject: [PATCH] [android] disable legacy support (#7391) This commit disables the legacy network support. Tested by GitHub workflow. --- include/openthread-config-android.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/openthread-config-android.h b/include/openthread-config-android.h index 9b07c8135..2accf06cb 100644 --- a/include/openthread-config-android.h +++ b/include/openthread-config-android.h @@ -54,9 +54,6 @@ /* Define to 1 to enable the joiner role. */ #define OPENTHREAD_CONFIG_JOINER_ENABLE 1 -/* Define to 1 if you want to use legacy network support */ -#define OPENTHREAD_CONFIG_LEGACY_ENABLE 1 - /* Define to 1 to enable the NCP HDLC interface. */ #define OPENTHREAD_CONFIG_NCP_HDLC_ENABLE 1