@@ -22,17 +22,9 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/bird-$(PKG_VERSION)
2222
2323include $(INCLUDE_DIR ) /package.mk
2424
25- define Package/bird2/Default/description
26- BIRD is an internet routing daemon which manages TCP/IP routing tables
27- with support of modern routing protocols, easy to use configuration
28- interface and powerful route filtering language. It is lightweight and
29- efficient and therefore appropriate for small embedded routers.
30-
31- endef
32-
3325define Package/bird2
3426 TITLE:=The BIRD Internet Routing Daemon (v2)
35- URL:=http ://bird.network.cz/
27+ URL:=https ://bird.network.cz/
3628 SECTION:=net
3729 CATEGORY:=Network
3830 SUBMENU:=Routing and Redirection
4234
4335define Package/bird2c
4436 TITLE:=The BIRD command-line client (v2)
45- URL:=http ://bird.network.cz/
37+ URL:=https ://bird.network.cz/
4638 SECTION:=net
4739 CATEGORY:=Network
4840 SUBMENU:=Routing and Redirection
@@ -52,14 +44,21 @@ endef
5244
5345define Package/bird2cl
5446 TITLE:=The BIRD lightweight command-line client (v2)
55- URL:=http ://bird.network.cz/
47+ URL:=https ://bird.network.cz/
5648 SECTION:=net
5749 CATEGORY:=Network
5850 SUBMENU:=Routing and Redirection
5951 DEPENDS:=+bird2
6052 CONFLICTS:=bird1cl-ipv4 bird1cl-ipv6 birdcl4 birdcl6
6153endef
6254
55+ define Package/bird2/Default/description
56+ BIRD is an internet routing daemon which manages TCP/IP routing tables
57+ with support of modern routing protocols, easy to use configuration
58+ interface and powerful route filtering language. It is lightweight and
59+ efficient and therefore appropriate for small embedded routers.
60+ endef
61+
6362define Package/bird2/description
6463$(call Package/bird2/Default/description)
6564
0 commit comments