mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
net/frr: fix PKG_CPE_ID
cpe:/a:frrouting:frrouting is the correct CPE ID for frr:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:frrouting:frrouting
Fixes: 5afe5c9031 (treewide: assign PKG_CPE_ID)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
This commit is contained in:
committed by
Alexandru Ardelean
parent
73ac7c8608
commit
fc3af591d0
@@ -21,7 +21,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_NAME)-$(PKG_VERSION)
|
||||
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
PKG_LICENSE:=GPL-2.0-only LGPL-2.1-only
|
||||
PKG_CPE_ID:=cpe:/a:ffrouting:ffrouting
|
||||
PKG_CPE_ID:=cpe:/a:frrouting:frrouting
|
||||
|
||||
PKG_DAEMON_AVAILABLE:= \
|
||||
babeld \
|
||||
|
||||
Reference in New Issue
Block a user