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

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 23 05:22:16 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/b37ff14302e16a8d749bbda8fd6c1b79ea68df42

commit b37ff14302e16a8d749bbda8fd6c1b79ea68df42
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>
    (cherry picked from commit a80e198cd383593da7f41857a6122f28ed6354a1)
---
 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