mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 17:04:33 +04:00
bird{2,3}: use HTTPS in URL and reorder Makefile
Move descriptions to each other and use HTTPS for project website Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
@@ -22,17 +22,9 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/bird-$(PKG_VERSION)
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
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
|
define Package/bird2
|
||||||
TITLE:=The BIRD Internet Routing Daemon (v2)
|
TITLE:=The BIRD Internet Routing Daemon (v2)
|
||||||
URL:=http://bird.network.cz/
|
URL:=https://bird.network.cz/
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
SUBMENU:=Routing and Redirection
|
SUBMENU:=Routing and Redirection
|
||||||
@@ -42,7 +34,7 @@ endef
|
|||||||
|
|
||||||
define Package/bird2c
|
define Package/bird2c
|
||||||
TITLE:=The BIRD command-line client (v2)
|
TITLE:=The BIRD command-line client (v2)
|
||||||
URL:=http://bird.network.cz/
|
URL:=https://bird.network.cz/
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
SUBMENU:=Routing and Redirection
|
SUBMENU:=Routing and Redirection
|
||||||
@@ -52,7 +44,7 @@ endef
|
|||||||
|
|
||||||
define Package/bird2cl
|
define Package/bird2cl
|
||||||
TITLE:=The BIRD lightweight command-line client (v2)
|
TITLE:=The BIRD lightweight command-line client (v2)
|
||||||
URL:=http://bird.network.cz/
|
URL:=https://bird.network.cz/
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
SUBMENU:=Routing and Redirection
|
SUBMENU:=Routing and Redirection
|
||||||
@@ -60,6 +52,13 @@ define Package/bird2cl
|
|||||||
CONFLICTS:=bird1cl-ipv4 bird1cl-ipv6 birdcl4 birdcl6
|
CONFLICTS:=bird1cl-ipv4 bird1cl-ipv6 birdcl4 birdcl6
|
||||||
endef
|
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
|
define Package/bird2/description
|
||||||
$(call Package/bird2/Default/description)
|
$(call Package/bird2/Default/description)
|
||||||
|
|
||||||
|
|||||||
@@ -18,17 +18,9 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/bird-$(PKG_VERSION)
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
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
|
define Package/bird3
|
||||||
TITLE:=The BIRD Internet Routing Daemon (v3)
|
TITLE:=The BIRD Internet Routing Daemon (v3)
|
||||||
URL:=http://bird.network.cz/
|
URL:=https://bird.network.cz/
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
SUBMENU:=Routing and Redirection
|
SUBMENU:=Routing and Redirection
|
||||||
@@ -38,7 +30,7 @@ endef
|
|||||||
|
|
||||||
define Package/bird3c
|
define Package/bird3c
|
||||||
TITLE:=The BIRD command-line client (v3)
|
TITLE:=The BIRD command-line client (v3)
|
||||||
URL:=http://bird.network.cz/
|
URL:=https://bird.network.cz/
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
SUBMENU:=Routing and Redirection
|
SUBMENU:=Routing and Redirection
|
||||||
@@ -48,7 +40,7 @@ endef
|
|||||||
|
|
||||||
define Package/bird3cl
|
define Package/bird3cl
|
||||||
TITLE:=The BIRD lightweight command-line client (v2)
|
TITLE:=The BIRD lightweight command-line client (v2)
|
||||||
URL:=http://bird.network.cz/
|
URL:=https://bird.network.cz/
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
SUBMENU:=Routing and Redirection
|
SUBMENU:=Routing and Redirection
|
||||||
@@ -56,6 +48,13 @@ define Package/bird3cl
|
|||||||
CONFLICTS:=bird2
|
CONFLICTS:=bird2
|
||||||
endef
|
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
|
define Package/bird3/description
|
||||||
$(call Package/bird3/Default/description)
|
$(call Package/bird3/Default/description)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user