net: openthread: Fix dependency on openthread max ip addr.

Fixes discrepancy between FTD and MTD in amount of ipaddr in
`ChildUpdateRequest`.

Signed-off-by: Przemyslaw Bida <przemyslaw.bida@nordicsemi.no>
This commit is contained in:
Przemyslaw Bida 2023-10-26 12:08:39 +02:00 committed by Carles Cufí
parent e44de3e381
commit b2fec758b3

View file

@ -68,7 +68,6 @@ config OPENTHREAD_MAX_IP_ADDR_PER_CHILD
int "The maximum number of IPv6 address registrations per child"
range 4 255
default 6
depends on OPENTHREAD_FTD
config OPENTHREAD_CONFIG_PLATFORM_INFO
string "The platform-specific string to insert into the OpenThread version string"