mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Release notes: https://ipset.netfilter.org/changelog.html Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
19 lines
533 B
Makefile
19 lines
533 B
Makefile
################################################################################
|
|
#
|
|
# ipset
|
|
#
|
|
################################################################################
|
|
|
|
IPSET_VERSION = 7.24
|
|
IPSET_SOURCE = ipset-$(IPSET_VERSION).tar.bz2
|
|
IPSET_SITE = http://ipset.netfilter.org
|
|
IPSET_DEPENDENCIES = libmnl host-pkgconf
|
|
IPSET_CONF_OPTS = --with-kmod=no
|
|
IPSET_LICENSE = GPL-2.0
|
|
IPSET_LICENSE_FILES = COPYING
|
|
IPSET_CPE_ID_VENDOR = netfilter
|
|
IPSET_INSTALL_STAGING = YES
|
|
IPSET_SELINUX_MODULES = iptables
|
|
|
|
$(eval $(autotools-package))
|