forked from openwrt/routing
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix SPDX License Identifier - Use HTTPS in URL Signed-off-by: Josef Schlehofer <[email protected]>
- Loading branch information
1 parent
9652952
commit 699106a
Showing
2 changed files
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,10 +10,18 @@ include $(TOPDIR)/rules.mk | |
PKG_NAME:=quagga | ||
PKG_VERSION:=1.2.4 | ||
PKG_RELEASE:=2 | ||
PKG_HASH:=e364c082c3309910e1eb7b068bf39ee298e2f2f3f31a6431a5c115193bd653d3 | ||
|
||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz | ||
PKG_SOURCE_URL:=@SAVANNAH/quagga/ | ||
PKG_HASH:=e364c082c3309910e1eb7b068bf39ee298e2f2f3f31a6431a5c115193bd653d3 | ||
|
||
PKG_MAINTAINER:=Vasilis Tsiligiannis <[email protected]> | ||
PKG_LICENSE:=GPL-2.0-or-later | ||
|
||
PKG_FIXUP:=autoreconf | ||
PKG_INSTALL:=1 | ||
PKG_BUILD_PARALLEL:=1 | ||
|
||
PKG_CONFIG_DEPENDS:= \ | ||
CONFIG_IPV6 \ | ||
CONFIG_PACKAGE_quagga-watchquagga \ | ||
|
@@ -26,10 +34,6 @@ PKG_CONFIG_DEPENDS:= \ | |
CONFIG_PACKAGE_quagga-ripd \ | ||
CONFIG_PACKAGE_quagga-ripngd \ | ||
CONFIG_PACKAGE_quagga-vtysh | ||
PKG_BUILD_PARALLEL:=1 | ||
PKG_FIXUP:=autoreconf | ||
PKG_INSTALL:=1 | ||
PKG_LICENSE:=GPL-2.0 | ||
|
||
include $(INCLUDE_DIR)/package.mk | ||
|
||
|
@@ -39,8 +43,7 @@ define Package/quagga/Default | |
SUBMENU:=Routing and Redirection | ||
DEPENDS:=quagga | ||
TITLE:=The Quagga Software Routing Suite | ||
URL:=http://www.quagga.net | ||
MAINTAINER:=Vasilis Tsiligiannis <[email protected]> | ||
URL:=https://www.quagga.net | ||
endef | ||
|
||
define Package/quagga | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters