mirror of
https://github.com/espressif/openthread.git
synced 2026-09-17 14:40:07 +00:00
This reverts commit 93e72bcbf9.
This commit is contained in:
@@ -150,7 +150,7 @@ target_link_libraries(openthread-posix
|
||||
)
|
||||
|
||||
option(OT_TARGET_OPENWRT "enable openthread posix for OpenWRT" OFF)
|
||||
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
|
||||
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux" AND NOT OT_TARGET_OPENWRT)
|
||||
target_compile_definitions(ot-posix-config
|
||||
INTERFACE "OPENTHREAD_POSIX_CONFIG_NAT64_AIL_PREFIX_ENABLE=1"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user