include $(INCLUDE_DIR)/package.mk
-define Package/bird2/Default/description
-BIRD is an internet routing daemon which manages TCP/IP routing tables
-with support of modern routing protocols, easy to use configuration
-interface and powerful route filtering language. It is lightweight and
-efficient and therefore appropriate for small embedded routers.
-
-endef
-
define Package/bird2
TITLE:=The BIRD Internet Routing Daemon (v2)
- URL:=http://bird.network.cz/
+ URL:=https://bird.network.cz/
SECTION:=net
CATEGORY:=Network
SUBMENU:=Routing and Redirection
define Package/bird2c
TITLE:=The BIRD command-line client (v2)
- URL:=http://bird.network.cz/
+ URL:=https://bird.network.cz/
SECTION:=net
CATEGORY:=Network
SUBMENU:=Routing and Redirection
define Package/bird2cl
TITLE:=The BIRD lightweight command-line client (v2)
- URL:=http://bird.network.cz/
+ URL:=https://bird.network.cz/
SECTION:=net
CATEGORY:=Network
SUBMENU:=Routing and Redirection
CONFLICTS:=bird1cl-ipv4 bird1cl-ipv6 birdcl4 birdcl6
endef
+define Package/bird2/Default/description
+BIRD is an internet routing daemon which manages TCP/IP routing tables
+with support of modern routing protocols, easy to use configuration
+interface and powerful route filtering language. It is lightweight and
+efficient and therefore appropriate for small embedded routers.
+endef
+
define Package/bird2/description
$(call Package/bird2/Default/description)
include $(INCLUDE_DIR)/package.mk
-define Package/bird3/Default/description
-BIRD is an internet routing daemon which manages TCP/IP routing tables
-with support of modern routing protocols, easy to use configuration
-interface and powerful route filtering language. It is lightweight and
-efficient and therefore appropriate for small embedded routers.
-
-endef
-
define Package/bird3
TITLE:=The BIRD Internet Routing Daemon (v3)
- URL:=http://bird.network.cz/
+ URL:=https://bird.network.cz/
SECTION:=net
CATEGORY:=Network
SUBMENU:=Routing and Redirection
define Package/bird3c
TITLE:=The BIRD command-line client (v3)
- URL:=http://bird.network.cz/
+ URL:=https://bird.network.cz/
SECTION:=net
CATEGORY:=Network
SUBMENU:=Routing and Redirection
define Package/bird3cl
TITLE:=The BIRD lightweight command-line client (v2)
- URL:=http://bird.network.cz/
+ URL:=https://bird.network.cz/
SECTION:=net
CATEGORY:=Network
SUBMENU:=Routing and Redirection
CONFLICTS:=bird2
endef
+define Package/bird3/Default/description
+BIRD is an internet routing daemon which manages TCP/IP routing tables
+with support of modern routing protocols, easy to use configuration
+interface and powerful route filtering language. It is lightweight and
+efficient and therefore appropriate for small embedded routers.
+endef
+
define Package/bird3/description
$(call Package/bird3/Default/description)