add plugin(streamtvplayer)
[vuplus_openembedded] / recipes / iptables / iptables_1.4.6.bb
1 require iptables.inc
2 inherit autotools
3 EXTRA_OECONF = "--with-kernel=${STAGING_INCDIR} \
4                 ${@base_contains('DISTRO_FEATURES', 'ipv6', '', '--disable-ipv6', d)}"
5
6 PR = "${INC_PR}.0"
7
8 SRC_URI += "\
9         file://netfilter_remove_ipt_DSCP.patch;patch=1 \
10         "