Bump buildroot to 2019.02
This commit is contained in:
20
bsp/buildroot/package/bird/bird.mk
Normal file
20
bsp/buildroot/package/bird/bird.mk
Normal file
@@ -0,0 +1,20 @@
|
||||
################################################################################
|
||||
#
|
||||
# bird
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BIRD_VERSION = 2.0.3
|
||||
BIRD_SITE = ftp://bird.network.cz/pub/bird
|
||||
BIRD_LICENSE = GPL-2.0+
|
||||
BIRD_LICENSE_FILES = README
|
||||
BIRD_DEPENDENCIES = host-flex host-bison
|
||||
|
||||
ifeq ($(BR2_PACKAGE_BIRD_CLIENT),y)
|
||||
BIRD_CONF_OPTS += --enable-client
|
||||
BIRD_DEPENDENCIES += ncurses readline
|
||||
else
|
||||
BIRD_CONF_OPTS += --disable-client
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user