diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2023-09-18 22:53:14 +0200 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2023-09-27 22:37:01 +0200 |
commit | 388d2133926d1a85a423c83b8fcffb0e26b5681f (patch) | |
tree | 8366e024b9626f18b9e01719c4242c8eb933c992 /package/network/utils/iw | |
parent | 782341458c25edc4d4233bf70c950918380a0b97 (diff) | |
download | upstream-388d2133926d1a85a423c83b8fcffb0e26b5681f.tar.gz upstream-388d2133926d1a85a423c83b8fcffb0e26b5681f.tar.bz2 upstream-388d2133926d1a85a423c83b8fcffb0e26b5681f.zip |
packages: assign PKG_CPE_ID for all missing packages
The PKG_CPE_ID links to NIST CPE version 2.2.
Assign PKG_CPE_ID to all remaining package which have a CPE ID.
Not every package has CPE id.
Related: https://github.com/openwrt/packages/issues/8534
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'package/network/utils/iw')
-rw-r--r-- | package/network/utils/iw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/utils/iw/Makefile b/package/network/utils/iw/Makefile index 746c2c3c12..528f6868b2 100644 --- a/package/network/utils/iw/Makefile +++ b/package/network/utils/iw/Makefile @@ -17,6 +17,7 @@ PKG_HASH:=f167bbe947dd53bb9ebc0c1dcef5db6ad73ac1d6084f2c6f9376c5c360cc4d4e PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_LICENSE:=GPL-2.0 +PKG_CPE_ID:=cpe:/a:kernel:iw PKG_BUILD_FLAGS:=gc-sections lto |