Skip to content

Commit c1e5bf2

Browse files
committed
bird2: use official example config file
Using the openwrt example config (which seems to be a clone of the official example2 config) leads to the following error: bird: /etc/bird.conf:138:15 syntax error, unexpected '/' In addition, the previous configuration seems to me to be too case-specific and cannot really be used as a template for a fresh configuration. Signed-off-by: Martin Schiller <[email protected]>
1 parent cf586ee commit c1e5bf2

File tree

2 files changed

+2
-334
lines changed

2 files changed

+2
-334
lines changed

bird2/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
88

99
PKG_NAME:=bird2
1010
PKG_VERSION:=2.15.1
11-
PKG_RELEASE:=2
11+
PKG_RELEASE:=3
1212

1313
PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz
1414
PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird
@@ -113,7 +113,7 @@ define Package/bird2/install
113113
$(INSTALL_DIR) $(1)/usr/sbin
114114
$(INSTALL_BIN) $(PKG_BUILD_DIR)/bird $(1)/usr/sbin/
115115
$(INSTALL_DIR) $(1)/etc
116-
$(INSTALL_DATA) ./files/bird.conf $(1)/etc/
116+
$(INSTALL_DATA) $(PKG_BUILD_DIR)/doc/bird.conf.example $(1)/etc/bird.conf
117117
$(INSTALL_DIR) $(1)/etc/init.d
118118
$(INSTALL_BIN) ./files/bird.init $(1)/etc/init.d/bird
119119
endef

bird2/files/bird.conf

-332
This file was deleted.

0 commit comments

Comments
 (0)