Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/bird2-babelpatch/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This is the 2.0 branch of Bird which integrates support for IPv4 and IPv6
into a single branch, and also adds support for the Babel routing protocol.
endef

CONFIGURE_ARGS += --disable-libssh
CONFIGURE_ARGS += --disable-libssh --with-protocols=babel,bgp,mrt,pipe,static

define Package/bird2/conffiles
/etc/bird.conf
Expand Down
2 changes: 1 addition & 1 deletion packages/bird3-babelpatch/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ configuration syntax.
This is the 3.0 branch of Bird which is a multithreaded rewrite.
endef

CONFIGURE_ARGS += --disable-libssh
CONFIGURE_ARGS += --disable-libssh --with-protocols=babel,bgp,mrt,pipe,static
TARGET_LDFLAGS += -latomic

define Package/bird3-babelpatch/conffiles
Expand Down
Loading