2011-01-09 18:43:31 +01:00
################################################################################
# This file is part of OpenELEC - http://www.openelec.tv
2016-01-02 17:29:56 +01:00
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
2011-01-09 18:43:31 +01:00
#
2013-12-21 21:51:48 +01:00
# OpenELEC is free software: you can redistribute it and/or modify
2011-01-09 18:43:31 +01:00
# it under the terms of the GNU General Public License as published by
2013-12-21 21:51:48 +01:00
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
2011-01-09 18:43:31 +01:00
#
2013-12-21 21:51:48 +01:00
# OpenELEC is distributed in the hope that it will be useful,
2011-01-09 18:43:31 +01:00
# but WITHOUT ANY WARRANTY; without even the implied warranty of
2013-12-21 21:51:48 +01:00
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2011-01-09 18:43:31 +01:00
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
2013-12-21 21:51:48 +01:00
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
2011-01-09 18:43:31 +01:00
################################################################################
2010-11-13 18:23:28 +01:00
PKG_NAME = "iptables"
2017-05-06 21:16:56 +01:00
PKG_VERSION = "1.6.1"
2017-07-17 20:49:22 +02:00
PKG_SHA256 = "0fc2d7bd5d7be11311726466789d4c65fb4c8e096c9182b56ce97440864f0cf5"
2010-11-13 18:23:28 +01:00
PKG_ARCH = "any"
PKG_LICENSE = "GPL"
PKG_SITE = "http://www.netfilter.org/"
PKG_URL = " http://www.netfilter.org/projects/iptables/files/ $PKG_NAME - $PKG_VERSION .tar.bz2 "
2015-12-21 08:06:25 +01:00
PKG_DEPENDS_TARGET = "toolchain linux libmnl libnftnl"
2010-11-13 18:23:28 +01:00
PKG_SECTION = "network"
PKG_SHORTDESC = "iptables: IP packet filter administration"
PKG_LONGDESC = "Iptables is used to set up, maintain, and inspect the tables of IP packet filter rules in the Linux kernel. There are several different tables which may be defined, and each table contains a number of built-in chains, and may contain user-defined chains."
2017-10-24 23:23:02 +02:00
PKG_TOOLCHAIN = "autotools"
2013-08-18 15:07:43 +02:00
2015-11-19 14:48:00 +01:00
PKG_CONFIGURE_OPTS_TARGET = " --with-kernel= $( kernel_path) "