Skip to content

Commit

Permalink
Add compilation option
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilien-baumann committed Aug 2, 2023
1 parent 1f9e1d9 commit f0986ed
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion openthread-br/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,16 @@ CMAKE_OPTIONS+= \
-DOTBR_MDNS="avahi" \
-DOTBR_OPENWRT=ON \
-DOTBR_SRP_ADVERTISING_PROXY=ON \
-DOTBR_DNSSD_DISCOVERY_PROXY=ON \
-DOT_FIREWALL=ON \
-DOT_POSIX_SETTINGS_PATH=\"/etc/openthread\" \
-DOT_READLINE=OFF
-DOT_READLINE=OFF \
-DOTBR_REST=ON \
-DOTBR_WEB=ON \
-DOTBR_DBUS=ON \
-DOT_THREAD_VERSION=1.3 \
-DOTBR_BACKBONE_ROUTER=ON \
-DOT_BACKBONE_ROUTER_MULTICAST_ROUTING=ON

TARGET_CFLAGS += -DOPENTHREAD_POSIX_CONFIG_DAEMON_SOCKET_BASENAME=\\\"/var/run/openthread-%s\\\"

Expand Down

0 comments on commit f0986ed

Please sign in to comment.