aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iptables/iptables_1.4.6.bb
blob: bf7bc05b4ace8cdc7b4f32f7b7db7932b8c951cf (plain)
1
2
3
4
5
6
7
8
9
10
require iptables.inc
inherit autotools
EXTRA_OECONF = "--with-kernel=${STAGING_INCDIR} \
                ${@base_contains('DISTRO_FEATURES', 'ipv6', '', '--disable-ipv6', d)}"

PR = "${INC_PR}.0"

SRC_URI += "\
	file://netfilter_remove_ipt_DSCP.patch;patch=1 \
	"