[openwrt/openwrt] wireless-tools: add package CPE ID

LEDE Commits lede-commits at lists.infradead.org
Wed Oct 19 12:40:48 PDT 2022


ynezz pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/a80e198cd383593da7f41857a6122f28ed6354a1

commit a80e198cd383593da7f41857a6122f28ed6354a1
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Wed Oct 19 21:38:08 2022 +0200

    wireless-tools: add package CPE ID
    
    Common Platform Enumeration (CPE) is a structured naming scheme for
    information technology systems, software, and packages.
    
    Suggested-by: Steffen Pfendtner <s.pfendtner at ads-tec.de>
    Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
 package/network/utils/wireless-tools/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/network/utils/wireless-tools/Makefile b/package/network/utils/wireless-tools/Makefile
index 52e246a59c..6ac66a056a 100644
--- a/package/network/utils/wireless-tools/Makefile
+++ b/package/network/utils/wireless-tools/Makefile
@@ -8,6 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=wireless-tools
+PKG_CPE_ID:=cpe:/a:wireless_tools_project:wireless_tools
 PKG_VERSION:=29
 PKG_MINOR:=
 PKG_RELEASE:=6




More information about the lede-commits mailing list