[oe-commits] [openembedded-core] 14/32: connman: update kernel module RRECOMMENDS for kernel >= v4.19

git at git.openembedded.org git at git.openembedded.org
Sun Dec 15 22:49:01 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit a96201e64399c7ebcc1787c290ec951b07f7ab48
Author: André Draszik <git at andred.net>
AuthorDate: Thu Dec 12 21:41:58 2019 +0000

    connman: update kernel module RRECOMMENDS for kernel >= v4.19
    
    nf_tables_inet.ko and nf_tables_ipv4.ko and nf_tables_ipv6.o
    (and nf_tables_arp.ko and nf_tables_netdev.ko) were merged into
    the core nf_tables.ko before v4.17 in kernel commit
        02c7b25e5f54 netfilter: nf_tables: build-in filter chain type
    
    nf_meta.ko was merged to be a builtin of nf_tables.ko before
    v4.18 in kernel commit
        8a22543c8e70 netfilter: nf_tables: make meta expression builtin
    
    Signed-off-by: André Draszik <git at andred.net>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-connectivity/connman/connman.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index fb38ab4..ff3aff5 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -51,7 +51,7 @@ PACKAGECONFIG[l2tp] = "--enable-l2tp --with-l2tp=${sbindir}/xl2tpd,--disable-l2t
 PACKAGECONFIG[pptp] = "--enable-pptp --with-pptp=${sbindir}/pptp,--disable-pptp,,pptp-linux"
 # WISPr support for logging into hotspots, requires TLS
 PACKAGECONFIG[wispr] = "--enable-wispr,--disable-wispr,gnutls,"
-PACKAGECONFIG[nftables] = "--with-firewall=nftables ,,libmnl libnftnl,,kernel-module-nf-tables-ipv4 kernel-module-nft-chain-nat-ipv4 kernel-module-nft-chain-route-ipv4 kernel-module-nft-meta kernel-module-nft-masq-ipv4 kernel-module-nft-nat"
+PACKAGECONFIG[nftables] = "--with-firewall=nftables ,,libmnl libnftnl,,kernel-module-nf-tables kernel-module-nft-chain-nat-ipv4 kernel-module-nft-chain-route-ipv4 kernel-module-nft-masq-ipv4 kernel-module-nft-nat"
 PACKAGECONFIG[iptables] = "--with-firewall=iptables ,,iptables,iptables"
 PACKAGECONFIG[nfc] = "--enable-neard, --disable-neard, neard, neard"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list