diff options
author | 2020-12-04 16:46:01 +0100 | |
---|---|---|
committer | 2021-01-04 21:43:54 +0100 | |
commit | 63332c33aa0771532807fd2684d4eee4eb952435 (patch) | |
tree | 10d640d71cfd0cbdd1dadc35457a201ff5f943db /package/iptables | |
parent | bd665d182c8131d2deafa39be0f3d89adb43643f (diff) | |
download | buildroot-63332c33aa0771532807fd2684d4eee4eb952435.tar.gz buildroot-63332c33aa0771532807fd2684d4eee4eb952435.tar.bz2 |
package: provide CPE ID details for numerous packages
This patch adds CPE ID information for a significant number of
packages.
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/iptables')
-rw-r--r-- | package/iptables/iptables.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index 60b91efb3b..dc01466607 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -12,6 +12,7 @@ IPTABLES_DEPENDENCIES = host-pkgconf \ $(if $(BR2_PACKAGE_LIBNETFILTER_CONNTRACK),libnetfilter_conntrack) IPTABLES_LICENSE = GPL-2.0 IPTABLES_LICENSE_FILES = COPYING +IPTABLES_CPE_ID_VENDOR = netfilter IPTABLES_SELINUX_MODULES = iptables # Building static causes ugly warnings on some plugins |